array_merge_recursive
  • References/PHP/Function/Variables and Types/Array

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Merge two or more arrays recursively

2025-01-10 15:47:30
array_count_values
  • References/PHP/Function/Variables and Types/Array

(PHP 4, PHP 5, PHP 7) Counts all the values of an array

2025-01-10 15:47:30
shuffle
  • References/PHP/Function/Variables and Types/Array

(PHP 4, PHP 5, PHP 7) Shuffle an array bool shuffle

2025-01-10 15:47:30
uksort
  • References/PHP/Function/Variables and Types/Array

(PHP 4, PHP 5, PHP 7) Sort an array by keys using a user-defined comparison function

2025-01-10 15:47:30
array_reduce
  • References/PHP/Function/Variables and Types/Array

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Iteratively reduce the array to a single value using a callback function

2025-01-10 15:47:30
natcasesort
  • References/PHP/Function/Variables and Types/Array

(PHP 4, PHP 5, PHP 7) Sort an array using a case insensitive "natural order" algorithm

2025-01-10 15:47:30
array_uintersect_assoc
  • References/PHP/Function/Variables and Types/Array

(PHP 5, PHP 7) Computes the intersection of arrays with additional index check, compares data by a callback

2025-01-10 15:47:30
array_uintersect_uassoc
  • References/PHP/Function/Variables and Types/Array

(PHP 5, PHP 7) Computes the intersection of arrays with additional index check, compares data and indexes by

2025-01-10 15:47:30
array_intersect_uassoc
  • References/PHP/Function/Variables and Types/Array

(PHP 5, PHP 7) Computes the intersection of arrays with additional index check, compares indexes by a callback

2025-01-10 15:47:30
array_flip
  • References/PHP/Function/Variables and Types/Array

(PHP 4, PHP 5, PHP 7) Exchanges all keys with their associated values in an array

2025-01-10 15:47:30