Logo

Function handling Functions

call_user_func call_user_func_array forward_static_call forward_static_call_array func_get_arg func_get_args func_num_args function_exists get_defined_functions register_shutdown_function register_tick_function unregister_tick_function

forward_static_call

Logo firebed/aade-mydata firebed/aade-mydata
Supported Versions: PHP 5 >= 5.3.0, PHP 7, PHP 8
Call a static method
<?php forward_static_call(callable $callback, mixed ...$args): mixed