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