call_user_func
brefphp/bref
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Call the callback given by the first parameter
<?php call_user_func
(callable
$callback
,
mixed
...
$args
):
mixed