update : 2015.11.03
php.shukuma.com검색:
|
ReflectionProperty::isDefault(PHP 5) ReflectionProperty::isDefault — Checks if property is a default property 설명
public bool ReflectionProperty::isDefault
( void
)
Checks whether the property was declared at compile-time, or whether the property was dynamically declared at run-time. 인수이 함수는 인수가 없습니다. 반환값
예제
Example #1 ReflectionClass::isDefault() example
<?php 위 예제의 출력: bool(true) bool(false) |