For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > November 2004 > cvs: phpdoc /en/reference/strings/functions sprintf.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/reference/strings/functions sprintf.xml
Nuno Lopes

2004-11-29, 4:00 pm

nlopess Sun Nov 28 07:42:49 2004 EDT

Modified files:
/phpdoc/en/reference/strings/functions sprintf.xml
Log:
document new %F parameter

http://cvs.php.net/diff.php/phpdoc/...14&r2=1.15&ty=u
Index: phpdoc/en/reference/strings/functions/sprintf.xml
diff -u phpdoc/en/reference/strings/functions/sprintf.xml:1.14 phpdoc/en/reference/strings/functions/sprintf.xml:1.15
--- phpdoc/en/reference/strings/functions/sprintf.xml:1.14 Tue Aug 10 21:52:42 2004
+++ phpdoc/en/reference/strings/functions/sprintf.xml Sun Nov 28 07:42:49 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.sprintf">
<refnamediv>
@@ -105,7 +105,12 @@
</member>
<member>
<literal>f</literal> - the argument is treated as a
- float, and presented as a floating-point number.
+ float, and presented as a floating-point number (locale aware).
+ </member>
+ <member>
+ <literal>F</literal> - the argument is treated as a
+ float, and presented as a floating-point number (non-locale aware).
+ Available since PHP 4.3.10 and PHP 5.0.3.
</member>
<member>
<literal>o</literal> - the argument is treated as an
Sponsored Links







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

Copyright 2008 codecomments.com