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

(PHP 4, PHP 5, PHP 7) Pad array to the specified length with a value

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

(PHP 4, PHP 5, PHP 7) Sort multiple or multi-dimensional arrays

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

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Changes the case of all keys in an array

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

(PHP 5, PHP 7) Computes the difference of arrays by using a callback function for data comparison

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

(PHP 4, PHP 5, PHP 7) Sort an array by key bool

2025-01-10 15:47:30