is_string
(PHP 3, PHP 4, PHP 5)
is_string -- Finds whether a variable is a string
Beskrivelse
bool
is_string ( mixed var )
Finds whether the given variable is a string.
Parameterliste
- var
The variable being evaluated.
Returneringsværdier
Returns TRUE if var is a string,
FALSE otherwise.