PHP » GoLang |
login |
register |
about
|
GoLang ReflectionMethod::__toString
request it (366)
GoLang replacement for PHP's ReflectionMethod::__toString
[edit | history]
PHP ReflectionMethod::__toStringPHP original manual for ReflectionMethod::__toString [ show | php.net ]ReflectionMethod::__toString(PHP 5, PHP 7) ReflectionMethod::__toString — Returns the string representation of the Reflection method object Description
public string ReflectionMethod::__toString
( void
)
Returns the string representation of the Reflection method object. ParametersThis function has no parameters. Return ValuesA string representation of this ReflectionMethod instance. Examples
Example #1 ReflectionMethod::__toString() example
<?php The above example will output: Method [ <user> public method sayHelloTo ] { @@ /var/www/examples/reflection.php 16 - 18 - Parameters [1] { Parameter #0 [ <required> $name ] } } |
more
Recently updated
more
Most requested
more
Last requests
|