call_user_func
  • References/PHP/Function/Variables and Types/Function Handling/Function handling

(PHP 4, PHP 5, PHP 7) Call the callback given by the first parameter

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

(PHP 5, PHP 7) Gets an array of methods public

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

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Verify that the contents of a variable can be called as a function

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

(PHP 5 >= 5.5.0, PHP 7) Returns whether this function is a generator

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

(PHP 4, PHP 5) Call a user method on an specific object

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

(PHP 4, PHP 5, PHP 7) Shuffle an array bool shuffle

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

(PHP 4 >= 4.0.5, PHP 5) Call a user method given with an array of parameters

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

(PHP 5 >= 5.1.0, PHP 7) Checks if method is defined

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

(PHP 5, PHP 7) Checks if null is allowed public

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

(PHP 5 >= 5.3.0, PHP 7) Checks if closure

2025-01-10 15:47:30