ReflectionProperty::isDefault
(PHP 5)
ReflectionProperty::isDefault — Checks if default value
说明
public bool ReflectionProperty::isDefault
( void
)
Checks whether the property is the default.
参数
此函数没有参数。
返回值
TRUE if the property was declared at compile-time, or FALSE if
it was created at run-time.
There are no user contributed notes for this page.
