Syntax
bool is_numeric ( mixed var )
Popis
PrÃkaz jazyka PHP
Finds whether the given variable is numeric.
Returns TRUE if var is a number or a numeric string, FALSE otherwise.
Pozri aj
is_bool, is_null, is_float, is_int, is_string, is_object, is_array