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

(PHP 4, PHP 5, PHP 7) Rewind the internal array pointer

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

(PHP 4, PHP 5, PHP 7) Sort an array in reverse order

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

(PHP 4, PHP 5, PHP 7) Import variables into the current symbol table from an array

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

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

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_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