public DatabaseStatementBase::fetchField($index = 0)
includes/database/database.inc, line 1732
<?php public function fetchField($index = 0) { // Call PDOStatement::fetchColumn to fetch the field. return $this->fetchColumn($index); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen