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

(PHP 4, PHP 5, PHP 7) Create an array containing a range of elements

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

(PHP 4, PHP 5, PHP 7) Advance the internal array pointer of an array

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

(PHP 5, PHP 7) Computes the difference of arrays with additional index check which is performed by a user supplied

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

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

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

(PHP 5, PHP 7) Computes the intersection of arrays, compares data by a callback function

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

(PHP 4, PHP 5, PHP 7) Pop the element off the end of array

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

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

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

(PHP 4, PHP 5, PHP 7) Merge one or more arrays

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

(PHP 4, PHP 5, PHP 7) Create array containing variables and their values

2025-01-10 15:47:30