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

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Computes the difference of arrays

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

(PHP 4, PHP 5, PHP 7) Assign variables as if they were an array

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

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

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

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Computes the intersection of arrays

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

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

2025-01-10 15:47:30