is_string

Finds whether a variable is a string (PHP 3, PHP 4 )
bool is_string ( mixed var )

Returns TRUE if var is a string, FALSE otherwise.

See also is_bool(), is_int(), is_integer(), is_float(), is_real(), is_object(), and is_array().

This HTML Help has been published using the chm2web software.