is_object

Example

 bool is_object ( mixed $var ) 

Description

Finds whether the given variable is an object.

Return Values

Returns TRUE if var is an object, FALSE otherwise.