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