public DatabaseStatementBase::fetchAssoc()
includes/database/database.inc, line 1737
<?php public function fetchAssoc() { // Call PDOStatement::fetch to fetch the row. return $this->fetch(PDO::FETCH_ASSOC); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen