PHP funkce forward_static_call()
Dostupnost ve verzích: PHP 5.3.0
Call a static method
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$function |
callback |
není | The function or method to be called. This parameter may be an array, with the name of the class, and the method, or a string, with a function name. |
$parameter |
mixed |
null, | Zero or more parameters to be passed to the function. |
$_ |
mixed |
null |
Návratové hodnoty
mixed
the function result, or false on error.