PHP Function List
is_number doesn't exist. Closest matches:
- is_numeric
- is_double
- is_integer
- is_null
- ingres_num_rows
- msql_numrows
- ingres_query
- ifx_num_rows
- pdf_pcos_get_number
- oci_num_rows
- ibase_num_fields
- ibase_num_params
- ovrimos_num_rows
- is_object
- m_numrows
- is_finite
- ifx_query
- number_format
- msql_num_rows
- ibase_name_result
Site Search Results
-
function is_number($number) { $text = (string)$number; $textlen = strlen($text); if ($textlen==0) return 0; for ($i=0;$i < $textlen;$i++)
-
Finds whether the type of the given variable is integer. Note: To test if a variable is a number or a numeric string (such as form input, which is always a string), you ...
-
here is the code to convert number to Indonesian text, this code has limitation as is number_format function. sorry for this. /* * Created : Iwan Sapoetra - Jun 13, 2008
-
Parameters. start. First value of the sequence. limit. The sequence is ended upon reaching the limit value. step. If a step value is given, it will be used as the ...
-
Variable variables. Sometimes it is convenient to be able to have variable variable names. That is, a variable name which can be set and used dynamically.
-
Strings. Introduction; Installing/Configuring. Requirements; Installation; Runtime Configuration; Resource Types; Predefined Constants; String Functions. addcslashes — Quote ...
-
XSLT (PHP 4) Functions - Manualecho "This is number ".$i; </php:eval>... will result in PHP to do the output right in the moment when the eval()-Statement is run. Things do, at least, work fine if you keep it simple:
-
Parameters. pattern. The pattern to search for, as a string. subject. The input string. matches. If matches is provided, then it is filled with the results of search.
-
Return Values. The integer value of var on success, or 0 on failure. Empty arrays return 0, non-empty arrays return 1. The maximum value depends on the system. 32 bit systems ...
-
Strings. A string is series of characters, where a character is the same as a byte. This means that PHP only supports a 256-character set, and hence does not offer native ...

Other forms of search
To search the string "is_number" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
