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_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
array
  • References/PHP/Function/Variables and Types/Array

(PHP 4, PHP 5, PHP 7) Create an array array array

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

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

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

(PHP 5 >= 5.1.0, PHP 7) Computes the intersection of arrays using a callback function on the keys for comparison

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

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Applies the callback to the elements of the given arrays

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

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Filters elements of an array using a callback function

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

(PHP 5, PHP 7) Creates an array by using one array for keys and another for its values

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

(PHP 5 >= 5.1.0, PHP 7) Calculate the product of values in an array

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

(PHP 4, PHP 5, PHP 7) Extract a slice of the array

2025-01-10 15:47:30