Lines Matching defs:key
41 function array_add($array, $key, $value)
132 function array_fetch($array, $key)
245 function array_get($array, $key, $default = null)
275 function array_has($array, $key)
320 function array_pluck($array, $value, $key = null)
352 function array_pull(&$array, $key, $default = null)
373 function array_set(&$array, $key, $value)
484 function data_get($target, $key, $default = null)
586 function object_get($object, $key, $default = null)
1484 function get($array, $key, $default = null)
1517 function set(&$array, $key, $value)
1687 function data_fill(&$target, $key, $value)
1703 function data_set(&$target, $key, $value, $overwrite = true)
1767 function exists($array, $key)