mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
precision: Document the precision directive.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67735 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6fcb652775
commit
164fb0aafe
1 changed files with 14 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.32 $ -->
|
||||
<!-- $Revision: 1.33 $ -->
|
||||
<chapter id="configuration">
|
||||
<title>Configuration</title>
|
||||
|
||||
|
@ -584,7 +584,19 @@ include_path=".;c:\www\phplib"
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry id="ini.precision">
|
||||
<term>
|
||||
<parameter>precision</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
The number of significant digits displayed in floating point numbers.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.register-globals">
|
||||
<term>
|
||||
<parameter>register_globals</parameter>
|
||||
|
|
Loading…
Reference in a new issue