Description
bool
property_exists ( mixed class, string property )
This function checks if the given property exists in
the specified class (and if it is accessible from the current scope).
Note:
As opposed with isset(),
property_exists() returns TRUE even if the property
has the value NULL.