update : 2015.11.03
php.shukuma.com검색:
|
ReflectionClass::hasProperty(PHP 5 >= 5.1.0) ReflectionClass::hasProperty — Checks if property is defined 설명
public bool ReflectionClass::hasProperty
( string
$name
)Checks whether the specified property is defined. 인수
반환값
예제
Example #1 ReflectionClass::hasProperty() example
<?php 위 예제의 출력 예시: bool(true) bool(true) bool(true) bool(false) 참고
|