PHP manuál : function.property-exists.html


property_exists

property_exists

(no version information, might be only in CVS)

property_exists --  Checks if the object or class has a property

Description

bool property_exists ( mixed class, string property )

This function checks if the given property exists in the specified class (and if it was declared as public).

Note: As opposed with isset(), property_exists() returns TRUE even if the property has the value NULL.

Parameters

class

A string with the class name or an object of the class to test for

property

The name of the property

Return Values

Returns TRUE if the property exists or FALSE otherwise.

Examples

Example 1. A property_exists() example

<?php

class myClass {
    
public $mine;
    
private $xpto;
}

var_dump(property_exists('myClass', 'mine'));   //true
var_dump(property_exists(new myClass, 'mine')); //true
var_dump(property_exists('myClass', 'xpto'));   //false, isn't public

?>

See Also

method_exists()


webmailWebmail


Zaujímavé linky



inzerat.sk - bezplatna inzercia, inzeraty, autobazar, reality

Slovak companies and manufacturers directory

Katalog slovenskych firiem a vyrobkov

Suppliers and products directory
 created by RealData (2005)
 www.realdata.sk  
Všetky ceny sú s 20% DPH.    Konverzny kurz: 1 EUR = 30,1260 SKK
Ceny nezahŕňajú ročný udržiavací poplatok za doménu, ktorý platíme jednotlivým správcom domén.

stránka vygenerovaná za 0.247s

webhosting zaregistrujte si domenu