PHP » GoLang |
login |
register |
about
|
GoLang ReflectionFunction::__toString
request it (256)
GoLang replacement for PHP's ReflectionFunction::__toString
[edit | history]
PHP ReflectionFunction::__toStringPHP original manual for ReflectionFunction::__toString [ show | php.net ]ReflectionFunction::__toString(PHP 5, PHP 7) ReflectionFunction::__toString — To string Description
public string ReflectionFunction::__toString
( void
)
To string. ParametersThis function has no parameters. Return ValuesReturns ReflectionFunction::export()-like output for the function. Examples
Example #1 ReflectionFunction::__toString() example
<?php The above example will output something similar to: Function [ <user> function title ] { @@ Command line code 1 - 1 - Parameters [2] { Parameter #0 [ <required> $title ] Parameter #1 [ <required> $name ] } } |
more
Recently updated
more
Most requested
more
Last requests
|