Function DatabaseConnector->_query_select_value

Definitions

sources/database.php

  • Extract the first of the first of the list of maps.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$values array No No required parameter N/A N/A The list of maps

Returns

  • The first value of the first row in the list
  • Type: mixed
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Extract the first of the first of the list of maps.
 *
 * @param  array $values The list of maps
 * @return mixed The first value of the first row in the list
 */

protected function _query_select_value(array $values)