|
forward_static_call(PHP 5 >= 5.3.0) forward_static_call — Call a static method ОписаниеCalls a user defined function or method given by the function parameter, with the following arguments. This function must be called within a method context, it can't be used outside a class. It uses the late static binding. Список параметров
Возвращаемые значенияReturns the function result, or FALSE on error. Примеры
Пример #1 forward_static_call() example
<?php Результат выполнения данного примера: B B more,args C other,args Смотрите также
|
|