ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::isDeprecated

(PHP 5)

ReflectionFunctionAbstract::isDeprecatedChecks if deprecated

Descrição

public bool ReflectionFunctionAbstract::isDeprecated ( void )

Checks whether the function is deprecated.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

Esta função não contém parâmetros.

Valor Retornado

TRUE if it's deprecated, otherwise FALSE

Veja Também


ReflectionFunctionAbstract
PHP Manual