|
ReflectionMethod::__toString(PHP 5) ReflectionMethod::__toString — Returns the string representation of the Reflection method object. Описание
public string ReflectionMethod::__toString
( void
)
Returns the string representation of the Reflection method object. Список параметровУ этой функции нет параметров. Возвращаемые значенияA string representation of this ReflectionMethod instance. Примеры
Пример #1 ReflectionMethod::__toString() example
<?php Результат выполнения данного примера: Method [ <user> public method sayHelloTo ] { @@ /var/www/examples/reflection.php 16 - 18 - Parameters [1] { Parameter #0 [ <required> $name ] } } |
|