DatabaseStatementBase::fetchAssoc |
function |
core/includes/database/database.inc |
Fetches the next row and returns it as an associative array. |
DatabaseStatementEmpty::fetchAssoc |
function |
core/includes/database/database.inc |
Fetches the next row and returns it as an associative array. |
DatabaseStatementPrefetch::fetchAssoc |
function |
core/includes/database/prefetch.inc |
Fetches the next row and returns it as an associative array. |
DatabaseStatementInterface::fetchAssoc |
function |
core/includes/database/database.inc |
Fetches the next row and returns it as an associative array. |