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

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Computes the intersection of arrays

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

(PHP 4, PHP 5, PHP 7) Unset a given variable

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

(PHP 4, PHP 5, PHP 7) Remove a portion of the array and replace it with something else

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

(PHP 4, PHP 5, PHP 7) Finds out whether a variable is a boolean

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

(PHP 4, PHP 5, PHP 7) Apply a user supplied function to every member of an array

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

(PHP 5, PHP 7) Apply a user function recursively to every member of an array

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

(PHP 5, PHP 7) Creates an array by using one array for keys and another for its values

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

(PHP 4, PHP 5, PHP 7) Checks if the object has this class as one of its parents or implements it.

2025-01-10 15:47:30
ReflectionProperty::export
  • References/PHP/Function/Variables and Types/Reflection/ReflectionProperty

(PHP 5, PHP 7) Export public static string R

2025-01-10 15:47:30
ReflectionGenerator::getFunction
  • References/PHP/Function/Variables and Types/Reflection/ReflectionGenerator

(PHP 7) Gets the function name of the generator

2025-01-10 15:47:30