App Engine PHP SDK  v1 rev.445
The PHP runtime is available as an experimental Preview feature.
Static Public Member Functions | List of all members
google\appengine\util\ArrayUtil Class Reference

Static Public Member Functions

static findByKeyOrNull ($array, $key)
 

Member Function Documentation

static google\appengine\util\ArrayUtil::findByKeyOrNull (   $array,
  $key 
)
static

Find an item in a hash table by a key value, or return null if not found.

Parameters
array$array- The array to search
mixed$key- The key to search for.
Returns
mixed The value of the item in the array with the given key, or null if not found.

The documentation for this class was generated from the following file: