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

(PHP 4, PHP 5, PHP 7) Register a function for execution on shutdown

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

(PHP 4 >= 4.0.3, PHP 5, PHP 7) Register a function for execution on each tick

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

(PHP 4, PHP 5, PHP 7) Returns an array comprising a function's argument list

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

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Returns an array of all defined functions

2025-01-10 15:47:30
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
func_get_arg
  • References/PHP/Function/Variables and Types/Function Handling/Function handling

(PHP 4, PHP 5, PHP 7) Return an item from the argument list

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

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Call a callback with an array of parameters

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

(PHP 4, PHP 5, PHP 7) Returns the number of arguments passed to the function

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

(PHP 5 >= 5.3.0, PHP 7) Call a static method and pass the arguments as array

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

(PHP 4 >= 4.0.3, PHP 5, PHP 7) De-register a function for execution on each tick

2025-01-10 15:47:30