forward_static_call_array
laravel/framework
Supported Versions: PHP 5 >= 5.3.0, PHP 7, PHP 8
Call a static method and pass the arguments as array
<?php forward_static_call_array
(callable
$callback
, array
$args
):
mixed