arrays.php
Contains utility functions for array operations
Creates an array by using one array for keys and another for its values (PHP 5)
Retrieve an array value n positions relative to a reference value.
Move array value 2 array values by position and maintain keys
Merges two variables into a single array
Similar to PHP array_merge function, but provides same functionality as array_merge without losing array values with same key names. If the values under identical array keys are both strings and $concat_strings is TRUE, those values are concatenated together, otherwise they are placed in a sub-array and are merged (recursively) in the same manner.
If either of the elements being merged is not an array, it will simply be added to the returned array.
If both values are strings and $concat_strings is TRUE, a concatenated string is returned instead of an array.
Move array value 2 array values by position. Does not maintain keys
Swaps two array values by position and maintain keys
Documentation generated on Mon, 13 Jan 2020 04:22:00 +0100 by phpDocumentor 1.4.3