is_object

is_object -- Prüft, ob eine Variable vom Typ object ist

Beschreibung:

int is_object ( mixed var)

Liefert TRUE , wenn var ein Objekt enthält , sonst FALSE .

Siehe auch is_long( ) , is_int( ) , is_integer( ) , is_float( ) , is_double( ) , is_real( ) , is_string( ) und is_array( ) .