is_object
Syntax
bool is_object ( mixed var )
Popis
PrÃkaz jazyka
PHP
Finds whether the given variable is an object.
Returns TRUE if var is an
object
, FALSE otherwise.
Pozri aj
is_bool
,
is_null
,
is_float
,
is_int
,
is_string
,
is_numeric
,
is_array