PHP » GoLang |
login |
register |
about
|
GoLang ReflectionClass::getShortName
request it (284)
GoLang replacement for PHP's ReflectionClass::getShortName
[edit | history]
PHP ReflectionClass::getShortNamePHP original manual for ReflectionClass::getShortName [ show | php.net ]ReflectionClass::getShortName(PHP 5 >= 5.3.0, PHP 7) ReflectionClass::getShortName — Gets short name Description
public string ReflectionClass::getShortName
( void
)
Gets the short name of the class, the part without the namespace. ParametersThis function has no parameters. Return ValuesThe class short name. Examples
Example #1 ReflectionClass::getShortName() 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
|