PHP » GoLang |
login |
register |
about
|
GoLang ReflectionFunctionAbstract::isDeprecated
request it (239)
GoLang replacement for PHP's ReflectionFunctionAbstract::isDeprecated
[edit | history]
PHP ReflectionFunctionAbstract::isDeprecatedPHP original manual for ReflectionFunctionAbstract::isDeprecated [ show | php.net ]ReflectionFunctionAbstract::isDeprecated(PHP 5 >= 5.2.0, PHP 7) ReflectionFunctionAbstract::isDeprecated — Checks if deprecated Description
public bool ReflectionFunctionAbstract::isDeprecated
( void
)
Checks whether the function is deprecated. ParametersThis function has no parameters. Return Values
Examples
Example #1 ReflectionFunctionAbstract::isDeprecated() example
<?php The above example will output: bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|