| Versionen | |
|---|---|
| drupal7 | public DatabaseStatementInterface::fetchCol($index = 0) |
Returns an entire single column of a result set as an indexed array.
Note that this method will run the result set to the end.
$index The index of the column number to fetch.
An indexed array.
includes/
<?php
public function fetchCol($index = 0);
?>
Kommentare
Kommentar hinzufügen