PHP: is_object - Manual in Deutsh
PHP: is_object - Manual in French
PHP: is_object - Manual in Polish

You Are At PHP: is_object - Manual Area


recent searches:
include functions , variable functions , post functions...




If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.

PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.

PHP Manual
PrevNext

is_object

(PHP 3, PHP 4, PHP 5)

is_object -- Finds whether a variable is an object

Description

bool is_object ( mixed var )

Finds whether the given variable is an object.

Parameters

var

The variable being evaluated.

Return Values

Returns TRUE if var is an object, FALSE otherwise.

Notes

Note: This function will return FALSE if used on an unserialized object where the class definition is not present (even though gettype() returns object).

See Also

is_bool()
is_int()
is_float()
is_string()
is_array()

Internet
Szkolenia to norma dla każdego. Norma dla każdego.
zegarki szwajcarskie
Skuteczne pozycjonowanie stron katowice i cała Polska.
Pomoc drogowa 24h

Another Useful functions:


function.is-object |


PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.