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

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

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

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Fill an array with values

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

(PHP 4, PHP 5, PHP 7) Checks if a value exists in an array

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

(PHP 4, PHP 5, PHP 7) Pick one or more random entries out of an array

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

(PHP 4 >= 4.0.7, PHP 5, PHP 7) Checks if the given key or index exists in the array

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

(PHP 5 >= 5.3.0, PHP 7) Replaces elements from passed arrays into the first array

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

(PHP 4, PHP 5, PHP 7) Alias of

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

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

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

(PHP 5 >= 5.3.0, PHP 7) Replaces elements from passed arrays into the first array recursively

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