update : 2015.11.03
php.shukuma.com검색:
|
ReflectionType::allowsNull(PHP 7) ReflectionType::allowsNull — Checks if null is allowed 설명
public bool ReflectionType::allowsNull
( void
)
Checks whether the parameter allows 인수이 함수는 인수가 없습니다. 반환값
예제
Example #1 ReflectionType::allowsNull() example
<?php 위 예제의 출력 예시: bool(false) bool(true) 참고
|