PHP » GoLang |
login |
register |
about
|
GoLang ReflectionClass::isInterface
request it (371)
GoLang replacement for PHP's ReflectionClass::isInterface
[edit | history]
PHP ReflectionClass::isInterfacePHP original manual for ReflectionClass::isInterface [ show | php.net ]ReflectionClass::isInterface(PHP 5, PHP 7) ReflectionClass::isInterface — Checks if the class is an interface Description
public bool ReflectionClass::isInterface
( void
)
Checks whether the class is an interface. ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 Basic usage of ReflectionClass::isInterface()
<?php The above example will output: bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|