vrana Wed Mar 28 10:40:02 2007 UTC
Modified files:
/phpdoc/en/language types.xml
Log:
Mention PHP_INT_ constants
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/types.xml?r1=1.177&r2=1.178&diff_format=u
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.177 phpdoc/en/language/types.xml:1.178
--- phpdoc/en/language/types.xml:1.177 Sun Mar 25 10:34:55 2007
+++ phpdoc/en/language/types.xml Wed Mar 28 10:40:02 2007
@@ -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 @@
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>