ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::isDeprecated

(PHP 5)

ReflectionFunctionAbstract::isDeprecatedChecks if deprecated

Descripción

public bool ReflectionFunctionAbstract::isDeprecated ( void )

Checks whether the function is deprecated.

Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

TRUE if it's deprecated, otherwise FALSE

Ver también


ReflectionFunctionAbstract
PHP Manual