PHP » GoLang |
login |
register |
about
|
GoLang ReflectionClass::getNamespaceName
request it (379)
GoLang replacement for PHP's ReflectionClass::getNamespaceName
[edit | history]
PHP ReflectionClass::getNamespaceNamePHP original manual for ReflectionClass::getNamespaceName [ show | php.net ]ReflectionClass::getNamespaceName(PHP 5 >= 5.3.0, PHP 7) ReflectionClass::getNamespaceName — Gets namespace name Description
public string ReflectionClass::getNamespaceName
( void
)
Gets the namespace name. Warning
This function is currently not documented; only its argument list is available. ParametersThis function has no parameters. Return ValuesThe namespace name. Examples
Example #1 ReflectionClass::getNamespaceName() 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
|