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

(PHP 4, PHP 5, PHP 7) Sort an array in reverse order and maintain index association

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

(PHP 4, PHP 5, PHP 7) Sort an array and maintain index association

2025-01-10 15:47:30
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
end
  • References/PHP/Function/Variables and Types/Array

(PHP 4, PHP 5, PHP 7) Set the internal pointer of an array to its last element

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

(PHP 4, PHP 5, PHP 7) Push one or more elements onto the end of 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
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
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