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

(PHP 5 >= 5.5.0, PHP 7) Return the values from a single column in the input array

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

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Computes the intersection of arrays with additional index check

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

(PHP 4, PHP 5, PHP 7) Shift an element off the beginning of array

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

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

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

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Searches the array for a given value and returns the corresponding key if

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

(PHP 4, PHP 5, PHP 7) Sort an array bool sort

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

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Computes the difference of arrays with additional index check

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

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Removes duplicate values from an array

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

(PHP 4, PHP 5, PHP 7) Return the current key and value pair from an array and advance the array cursor

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

(PHP 4, PHP 5, PHP 7) Count all elements in an array, or something in an object

2025-01-10 15:47:30