|
update : 2015.11.03
php.shukuma.com검색:
|
ReflectionFunction::__toString(PHP 5) ReflectionFunction::__toString — To string 설명
public string ReflectionFunction::__toString
( void
)
To string. 인수이 함수는 인수가 없습니다. 반환값Returns ReflectionFunction::export()-like output for the function. 예제
Example #1 ReflectionFunction::__toString() example
<?php위 예제의 출력 예시:
Function [ <user> function person ] {
@@ Command line code 1 - 1
- Parameters [2] {
Parameter #0 [ <required> $prefix ]
Parameter #1 [ <required> $name ]
}
}
|