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

(PHP 4, PHP 5, PHP 7) Sort an array with a user-defined comparison function and maintain index association

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

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Split an array into chunks

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

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Calculate the sum of values in an array

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

(PHP 4, PHP 5, PHP 7) Return all the values of an array

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

(PHP 4, PHP 5, PHP 7) Return the current element in an array

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

(PHP 4, PHP 5, PHP 7) Prepend one or more elements to the beginning of an array

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

(PHP 5 >= 5.2.0, PHP 7) Fill an array with values, specifying keys

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