For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > March 2007 > cvs: phpdoc /en/language types.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/language types.xml
Jakub Vrana

2007-03-28, 8:02 am

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/phpdo...8&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>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com