| Versionen | |
|---|---|
| drupal7 | public DatabaseStatementInterface::fetchAssoc() |
Fetches the next row and returns it as an associative array.
This method corresponds to PDOStatement::fetchObject(), but for associative arrays. For some reason PDOStatement does not have a corresponding array helper method, so one is added.
An associative array.
includes/
<?php
public function fetchAssoc();
?>
Kommentare
Kommentar hinzufügen