ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::isDeprecated

(PHP 5)

ReflectionFunctionAbstract::isDeprecatedChecks if deprecated

Descrierea

public bool ReflectionFunctionAbstract::isDeprecated ( void )

Checks whether the function is deprecated.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

Această funcție nu are parametri.

Valorile întoarse

TRUE if it's deprecated, otherwise FALSE

Vedeți de asemenea


ReflectionFunctionAbstract
PHP Manual