overload
(PHP 4 >= 4.3.0)
overload — Enable property and method call overloading for a class
Описание
void overload
( string $class_name
)
Список параметров
-
class_name
-
The overloaded class name, as a string
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
Примеры
See an example in the
introductory section of this part.