update : 2015.11.03
php.shukuma.com검색:
|
ReflectionParameter::hasType(PHP 7) ReflectionParameter::hasType — Checks if parameter has a type 설명
public bool ReflectionParameter::hasType
( void
)
Checks if the parameter has a type associated with it. 인수이 함수는 인수가 없습니다. 반환값
예제
Example #1 ReflectionParameter::hasType() example
<?php 위 예제의 출력 예시: bool(true) bool(false) |