mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
document new %F parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173671 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fb5f6ccc00
commit
4733e897c7
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue