PHP » GoLang |
login |
register |
about
|
GoLang ReflectionProperty::isDefault
request it (269)
GoLang replacement for PHP's ReflectionProperty::isDefault
[edit | history]
PHP ReflectionProperty::isDefaultPHP original manual for ReflectionProperty::isDefault [ show | php.net ]ReflectionProperty::isDefault(PHP 5, PHP 7) ReflectionProperty::isDefault — Checks if property is a default property Description
public bool ReflectionProperty::isDefault
( void
)
Checks whether the property was declared at compile-time, or whether the property was dynamically declared at run-time. ParametersThis function has no parameters. Return Values
Examples
Example #1 ReflectionClass::isDefault() example
<?php The above example will output: bool(true) bool(false) |
more
Recently updated
more
Most requested
more
Last requests
|