is_string

Example

 bool is_string ( mixed $var ) 

Description

Finds whether the type given variable is string.

Return Values

Returns TRUE if var is of type string, FALSE otherwise.