Mensaje de error

  • Warning: count(): Parameter must be an array or an object that implements Countable en _api_make_match_member_link() (línea 1230 de /home/u295177857/domains/app01.inkastattoonewjersey.com/public_html/profiles/drupalapi/modules/contrib/api/api.formatting.inc).
  • Warning: count(): Parameter must be an array or an object that implements Countable en _api_make_match_member_link() (línea 1230 de /home/u295177857/domains/app01.inkastattoonewjersey.com/public_html/profiles/drupalapi/modules/contrib/api/api.formatting.inc).
  • Warning: count(): Parameter must be an array or an object that implements Countable en _api_make_match_member_link() (línea 1230 de /home/u295177857/domains/app01.inkastattoonewjersey.com/public_html/profiles/drupalapi/modules/contrib/api/api.formatting.inc).

public function DatabaseStatementInterface::fetchAllAssoc

Returns the result set as an associative array keyed by the given field.

If the given key appears multiple times, later records will overwrite earlier ones.

Parameters

$key: The name of the field on which to index the array.

$fetch: The fetchmode to use. If set to PDO::FETCH_ASSOC, PDO::FETCH_NUM, or PDO::FETCH_BOTH the returned value with be an array of arrays. For any other value it will be an array of objects. By default, the fetch mode set for the query will be used.

Return value

An associative array, or an empty array if there is no result set.

3 methods override DatabaseStatementInterface::fetchAllAssoc()
DatabaseStatementBase::fetchAllAssoc in drupal-7.x/includes/database/database.inc
Returns the result set as an associative array keyed by the given field.
DatabaseStatementEmpty::fetchAllAssoc in drupal-7.x/includes/database/database.inc
Returns the result set as an associative array keyed by the given field.
DatabaseStatementPrefetch::fetchAllAssoc in drupal-7.x/includes/database/prefetch.inc
Returns the result set as an associative array keyed by the given field.

Archivo

drupal-7.x/includes/database/database.inc, line 2120
Core systems for the database layer.

Class

DatabaseStatementInterface
Represents a prepared statement.

Código

public function fetchAllAssoc($key, $fetch = NULL);