Warning: file_put_contents(): Only -1 of 50 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
is_numeric PodrÄ™cznik PHP Poprzedni NastÄ™pny (PHP 4, 5) is_numeric --  Finds whether a variable is number or numeric string Opis bool ( mixed var ) the given numeric. Numeric strin...
Forum und email
is_numeric

is_numeric

(PHP 4, PHP 5)

is_numeric --  Finds whether a variable is a number or a numeric string

Opis

bool is_numeric ( mixed var )

Finds whether the given variable is numeric. Numeric strings consist of optional sign, any number of digits, optional decimal part and optional exponential part. Thus +0123.45e6 is a valid numeric value. Hexadecimal notation (0xFF) is allowed too but only without sign, decimal and exponential part.

Parametry

var

The variable being evaluated.

Zwracane wartości

Returns TRUE if var is a number or a numeric string, FALSE otherwise.