ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::isDeprecated

(PHP 5)

ReflectionFunctionAbstract::isDeprecatedChecks if deprecated

Opis

public bool ReflectionFunctionAbstract::isDeprecated ( void )

Checks whether the function is deprecated.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if it's deprecated, otherwise FALSE

Zobacz też:


ReflectionFunctionAbstract
PHP Manual