|
property_existsChecks if the object or class has a property Description
bool property_exists
( mixed
$class
, string $property
)
This function checks if the given
Parameters
Return Values
Returns Notes
Changelog
Examples
Example #1 A property_exists example
<?php See Also
|