| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
ReflectionParameter::getType(PHP 7) ReflectionParameter::getType — Gets a parameter's type 설명Gets the associated type of a parameter. 인수이 함수는 인수가 없습니다. 반환값
   Returns a ReflectionType object if a parameter type is
   specified,  예제
 Example #1 ReflectionParameter::getType() example 
<?php위 예제의 출력 예시: int null 참고
 
  |