| Versionen | |
|---|---|
| drupal7 | public DatabaseStatementInterface::fetchField($index = 0) |
Return a single field out of the current
$index The numeric index of the field to return. Defaults to the first field.
A single field from the next record.
includes/
<?php
public function fetchField($index = 0);
?>
Kommentare
Kommentar hinzufügen