PHP » GoLang |
login |
register |
about
|
GoLang ReflectionClass::inNamespace
request it (277)
GoLang replacement for PHP's ReflectionClass::inNamespace
[edit | history]
PHP ReflectionClass::inNamespacePHP original manual for ReflectionClass::inNamespace [ show | php.net ]ReflectionClass::inNamespace(PHP 5 >= 5.3.0, PHP 7) ReflectionClass::inNamespace — Checks if in namespace Description
public bool ReflectionClass::inNamespace
( void
)
Checks if this class is defined in a namespace. ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 ReflectionClass::inNamespace() example
<?php The above example will output: bool(false) string(8) "stdClass" string(0) "" string(8) "stdClass" bool(true) string(7) "A\B\Foo" string(3) "A\B" string(3) "Foo" |
more
Recently updated
more
Most requested
more
Last requests
|