mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Mention PHP_INT_ constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232860 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dae401502f
commit
1af0bad589
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.177 $ -->
|
||||
<!-- $Revision: 1.178 $ -->
|
||||
<chapter id="language.types">
|
||||
<title>Types</title>
|
||||
|
||||
|
@ -374,6 +374,9 @@ integer : [+-]?decimal
|
|||
maximum value of about two billion is the usual value
|
||||
(that's 32 bits signed). PHP does not support unsigned
|
||||
integers.
|
||||
Integer size can be determined from <constant>PHP_INT_SIZE</constant>,
|
||||
maximum value from <constant>PHP_INT_MAX</constant> since PHP 4.4.0 and
|
||||
PHP 5.0.5.
|
||||
</para>
|
||||
<warning>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue