|
drupal_array_get_nested_value |
function |
includes/common.inc |
Retrieves a value from a nested array with variable depth. |
|
drupal_array_merge_deep |
function |
includes/bootstrap.inc |
Merges multiple arrays, recursively, and returns the merged array. |
|
drupal_array_merge_deep_array |
function |
includes/bootstrap.inc |
Merges multiple arrays, recursively, and returns the merged array. |
|
drupal_array_nested_key_exists |
function |
includes/common.inc |
Determines whether a nested array contains the requested keys. |
|
drupal_array_set_nested_value |
function |
includes/common.inc |
Sets a value in a nested array with variable depth. |