PDOStatement::fetchColumn

(PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.9.0)

PDOStatement::fetchColumn Returns a single column from the next row of a result set

Beschreibung

public PDOStatement::fetchColumn(int $column = 0): mixed

Returns a single column from the next row of a result set or false if there are no more rows.

Hinweis:

PDOStatement::fetchColumn() should not be used to retrieve boolean columns, as it is impossible to distinguish a value of false from there being no more rows to retrieve. Use PDOStatement::fetch() instead.

Parameter-Liste

column

0-indexed number of the column you wish to retrieve from the row. If no value is supplied, PDOStatement::fetchColumn() fetches the first column.

Rückgabewerte

PDOStatement::fetchColumn() returns a single column from the next row of a result set or false if there are no more rows.

Warnung

There is no way to return another column from the same row if you use PDOStatement::fetchColumn() to retrieve data.

Beispiele

Beispiel #1 Return first column of the next row

<?php
$sth 
$dbh->prepare("SELECT name, colour FROM fruit");
$sth->execute();

print(
"Fetch the first column from the first row in the result set:\n");
$result $sth->fetchColumn();
print(
"name = $result\n");

print(
"Fetch the second column from the second row in the result set:\n");
$result $sth->fetchColumn(1);
print(
"colour = $result\n");
?>

Das oben gezeigte Beispiel erzeugt folgende Ausgabe:

Fetch the first column from the first row in the result set:
name = lemon
Fetch the second column from the second row in the result set:
colour = red

Siehe auch

Hier Kannst Du einen Kommentar verfassen


Bitte gib mindestens 10 Zeichen ein.
Wird geladen... Bitte warte.
* Pflichtangabe
Es sind noch keine Kommentare vorhanden.

PHP cURL-Tutorial: Verwendung von cURL zum Durchführen von HTTP-Anfragen

cURL ist eine leistungsstarke PHP-Erweiterung, die es Ihnen ermöglicht, mit verschiedenen Servern über verschiedene Protokolle wie HTTP, HTTPS, FTP und mehr zu kommunizieren. ...

TheMax

Autor : TheMax
Kategorie: PHP-Tutorials

Midjourney Tutorial - Anleitung für Anfänger

Über Midjourney, dem Tool zur Erstellung digitaler Bilder mithilfe von künstlicher Intelligenz, gibt es ein informatives Video mit dem Titel "Midjourney Tutorial auf Deutsch - Anleitung für Anfänger" ...

Mike94

Autor : Mike94
Kategorie: KI Tutorials

Grundlagen von Views in MySQL

Views in einer MySQL-Datenbank bieten die Möglichkeit, eine virtuelle Tabelle basierend auf dem Ergebnis einer SQL-Abfrage zu erstellen. ...

admin

Autor : admin
Kategorie: mySQL-Tutorials

Tutorial veröffentlichen

Tutorial veröffentlichen

Teile Dein Wissen mit anderen Entwicklern weltweit

Du bist Profi in deinem Bereich und möchtest dein Wissen teilen, dann melde dich jetzt an und teile es mit unserer PHP-Community

mehr erfahren

Tutorial veröffentlichen

Spielplan für 4 Gruppen zu je 6 Teams auf 2 Feldern

Also den Fehler habe ich gefunden und abgestellt.

Geschrieben von beverlyturner am 22.01.2025 05:27:53
Forum: PHP Developer Forum
Buch über PHP, CSS und MySQL

Meet your kinkiest cravings with our Luxury Delhi Cantt Escort (https://www.saumyagiri.com/delhi-cantt-call-girls.html)​. Each lady is a portrai ...

Geschrieben von ramann am 21.01.2025 10:16:19
Forum: Bücher-Forum
Suche nach Best Practices zur Leistungsoptimierung von PHP-Skripten!!

Vermeide unnötige Variablen und halte den Gültigkeitsbereich von Variablen so klein wie nötig. escape road 2 (https://escaperoad2.com)

Geschrieben von awedrealistic am 21.01.2025 04:11:42
Forum: PHP Developer Forum
Probleme mit speichern in Datenbank in französisch

We all understand the importance of education and investment in young children. slope 3 (https://slope3online.io)

Geschrieben von xagey am 20.01.2025 09:54:31
Forum: PHP Developer Forum