PHP » GoLang |
login |
register |
about
|
GoLang ReflectionClass::isInstance
request it (362)
GoLang replacement for PHP's ReflectionClass::isInstance
[edit | history]
PHP ReflectionClass::isInstancePHP original manual for ReflectionClass::isInstance [ show | php.net ]ReflectionClass::isInstance(PHP 5, PHP 7) ReflectionClass::isInstance — Checks class for instance Description
public bool ReflectionClass::isInstance
( object
$object
)Checks if an object is an instance of a class. Parameters
Return Values
Returns Examples
Example #1 ReflectionClass::isInstance() related examples
<?php The above example will output something similar to: Yes Yes Yes See Also
|
more
Recently updated
more
Most requested
more
Last requests
|