is_string

(PHP 3, PHP 4, PHP 5)

is_string -- Finds whether a variable is a string

Описание

bool is_string ( mixed var )

Finds whether the given variable is a string.

Список параметров

var

The variable being evaluated.

Возвращаемые значения

Returns TRUE if var is a string, FALSE otherwise.

Смотрите также

is_float()
is_int()
is_bool()
is_object()
is_array()