PHP » GoLang |
login |
register |
about
|
GoLang ReflectionClass::isInternal
request it (355)
GoLang replacement for PHP's ReflectionClass::isInternal
[edit | history]
PHP ReflectionClass::isInternalPHP original manual for ReflectionClass::isInternal [ show | php.net ]ReflectionClass::isInternal(PHP 5, PHP 7) ReflectionClass::isInternal — Checks if class is defined internally by an extension, or the core Description
public bool ReflectionClass::isInternal
( void
)
Checks if the class is defined internally by an extension, or the core, as opposed to user-defined. ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 Basic usage of ReflectionClass::isInternal()
<?php The above example will output: bool(true) bool(false) |
more
Recently updated
more
Most requested
more
Last requests
|