| PHP Website Programing Integers |
PHP Integers - Integers are whole numbers. The range of integers in PHP is equivalent to the range of the long data type in C. On 32-bit platforms, integer values range from -2,147,483,648 to +2,147,483,647. PHP automatically converts larger values to floating point numbers if you happen to overflow the range. An integer can be expressed in decimal (base-10), hexadecimal (base-16), or octal (base-8). For example:
$decimal=16;
$hex=0x10;
$octal=020;
This entry was posted on . You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a comment.
Tags: PHP, HTML, Arrays, JavaScript, ASP, Website, Hosting, Domain, PHP Script, PHP Tools, PHP Hosting.
| Users' Comments (0) |
|
No comment posted








