From 4733e897c773bdb623d49cac162bb96db8594faa Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sun, 28 Nov 2004 12:42:49 +0000 Subject: [PATCH] document new %F parameter git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173671 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/sprintf.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/sprintf.xml b/reference/strings/functions/sprintf.xml index b5d41b113f..04aecaf4c4 100644 --- a/reference/strings/functions/sprintf.xml +++ b/reference/strings/functions/sprintf.xml @@ -1,5 +1,5 @@ - + @@ -105,7 +105,12 @@ f - the argument is treated as a - float, and presented as a floating-point number. + float, and presented as a floating-point number (locale aware). + + + F - 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. o - the argument is treated as an