| 
				 
								  |  |  | 
    | is_string    (PHP 3, PHP 4, PHP 5) is_string -- Finds whether a variable is a stringDescriptionbool is_string  ( mixed var ) 
   Finds whether the given variable is a string.
  Parameters
    var
       The variable being evaluated.
      
Return Values
   Returns TRUE if var is a string,
   FALSE otherwise.
  
 
 
 |  |  |