ReflectionFunctionAbstract::isDeprecated(PHP 5) ReflectionFunctionAbstract::isDeprecated — Checks if deprecated Описание
public bool ReflectionFunctionAbstract::isDeprecated
( void
)
Checks whether the function is deprecated. Список параметровУ этой функции нет параметров. Возвращаемые значенияTRUE if it's deprecated, otherwise FALSE Примеры
Пример #1 ReflectionFunctionAbstract::isDeprecated() example
<?phpРезультат выполнения данного примера: bool(true) |
||