bool is_string ( mixed $var )
Finds whether the type given variable is string.
Returns TRUE if var is of type string, FALSE otherwise.