is_string

 bool is_string ( mixed $var ) 

説明

Finds whether the type given variable is string.

戻り値

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