Forum und email

is_numeric

(PHP 4, PHP 5)

is_numeric — Controleer of een variabele een nummer of een numerieke string is

Beschrijving

bool is_numeric ( mixed $var )

Geeft TRUE terug als var een nummer of een numerieke string is, en anders FALSE.

Zie ook: is_bool(), is_float(), is_int(), is_string(), is_object(), is_array(), en is_integer().