PHP-manual | ||
---|---|---|
Föregående | Nästa |
(no version information, might be only in CVS)
property_exists -- Checks if the object or class has a propertyThis function checks if the given property exists in the specified class (and if it was declared as public).
Not: As opposed with isset(), property_exists() returns TRUE even if the property has the value NULL.
A string with the class name or an object of the class to test for
The name of the property
Föregående | Hem | Nästa |
method_exists | Upp | COM and .Net (Windows) |