Search Results

  1. ReflectionFunctionAbstract::isDeprecated (PHP 5 >= 5.2.0, PHP 7, PHP 8) ReflectionFunctionAbstract::isDeprecated — Checks if deprecated

  2. 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.

  3. 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 ...

  4. 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 ...

  5. 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 ...

  6. English PHP documentation. Contribute to php/doc-en development by creating an account on GitHub.

  7. Name of the function. Read-only, throws ReflectionException in attempt to write.

  1. People also search for