tularis Sun Dec 26 06:31:56 2004 EDT
Modified files:
/phpdoc/en/faq using.xml
Log:
added 'G' modifier to shorthandbytes section
http://cvs.php.net/diff.php/phpdoc/en/faq/using.xml?r1=1.32&r2=1.33&ty=u
Index: phpdoc/en/faq/using.xml
diff -u phpdoc/en/faq/using.xml:1.32 phpdoc/en/faq/using.xml:1.33
--- phpdoc/en/faq/using.xml:1.32 Sun Oct 31 15:10:34 2004
+++ phpdoc/en/faq/using.xml Sun Dec 26 06:31:55 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.32 $ -->
+<!-- $Revision: 1.33 $ -->
<chapter id="faq.using">
<title>Using PHP</title>
<titleabbrev>Using PHP</titleabbrev>
@@ -419,8 +419,9 @@
</question>
<answer>
<para>
- The available options are K (for Kilobytes) and M (for Megabytes), these
- are case insensitive. Anything else assumes bytes.
+ The available options are K (for Kilobytes), M (for Megabytes) and G (for
+ Gigabytes; available since PHP 5.1.0), these are case insensitive.
+ Anything else assumes bytes.
<literal>1M</literal> equals one Megabyte or <literal>1048576</literal>
bytes. <literal>1K</literal> equals one Kilobyte or
<literal>1024</literal> bytes. You may not use these shorthand