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

(PHP 4, PHP 5, PHP 7) Return all the keys or a subset of the keys of an array

2025-01-10 15:47:30
unserialize
  • References/PHP/Function/Variables and Types/Variable handling

(PHP 4, PHP 5, PHP 7) Creates a PHP value from a stored representation

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
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
ReflectionType::isBuiltin
  • References/PHP/Function/Variables and Types/Reflection/ReflectionType

(PHP 7) Checks if it is a built-in type public

2025-01-10 15:47:30
is_object
  • References/PHP/Function/Variables and Types/Variable handling

(PHP 4, PHP 5, PHP 7) Finds whether a variable is an object

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
ReflectionFunction::invokeArgs
  • References/PHP/Function/Variables and Types/Reflection/ReflectionFunction

(PHP 5 >= 5.1.0, PHP 7) Invokes function args

2025-01-10 15:47:30