update : 2015.11.03
php.shukuma.com검색:
|
ReflectionType::__toString(PHP 7) ReflectionType::__toString — To string 설명
public string ReflectionType::__toString
( void
)
Gets the parameter type name. 인수이 함수는 인수가 없습니다. 반환값Returns the type of the parameter. 예제
Example #1 ReflectionType::__toString() example
<?php 위 예제의 출력 예시: string 참고
|