Search Results
ReflectionFunctionAbstract::isDeprecated (PHP 5 >= 5.2.0, PHP 7, PHP 8) ReflectionFunctionAbstract::isDeprecated — Checks if deprecated
The PHP function `ReflectionFunctionAbstract::isDeprecated` is used to check if a function or method is marked as deprecated. It allows you to determine whether a particular function or method has been identified as deprecated, meaning that it should no longer be used as it may be removed in future versions of PHP.
ReflectionFunctionAbstract::isDeprecated (PHP 5 >= 5.2.0, PHP 7) ReflectionFunctionAbstract::isDeprecated — Checks if deprecated Description public ReflectionFunctionAbstract::isDeprecated ( ) : bool Checks whether the function is deprecated. Parameters This function has no parameters. Return Values true if it's deprecated, otherwise false Examples Example #1 ReflectionFunctionAbstract ...
ReflectionFunctionAbstract::isClosure — Checks if closure ReflectionFunctionAbstract::isDeprecated — Checks if deprecated ReflectionFunctionAbstract::isGenerator — Returns whether this function is a generator ReflectionFunctionAbstract::isInternal — Checks if is internal ReflectionFunctionAbstract::isStatic — Checks if the function is ...
ReflectionFunctionAbstract::isClosure — Checks if closure ReflectionFunctionAbstract::isDeprecated — Checks if deprecated ReflectionFunctionAbstract::isGenerator — Returns whether this function is a generator ReflectionFunctionAbstract::isInternal — Checks if is internal ReflectionFunctionAbstract::isStatic — Checks if the function is ...
English PHP documentation. Contribute to php/doc-en development by creating an account on GitHub.
Name of the function. Read-only, throws ReflectionException in attempt to write.
