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