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_get_arg

Logo firebed/aade-mydata firebed/aade-mydata
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Return an item from the argument list
<?php func_get_arg(int $position): mixed