PHP Manual
property_exists
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.
Parameters
classThe class name or an object of the class to test for
propertyThe name of the property
Return Values
Returns TRUE if the property exists, FALSE if it doesn't exist or NULL in case of an error.
Examples
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




