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

func_num_args

Logo facade/ignition facade/ignition
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Returns the number of arguments passed to the function
<?php func_num_args(): int