1
0
mirror of https://github.com/php/doc-it.git synced 2026-04-26 00:38:03 +02:00
Files
archived-doc-it/reference/bc/ini.xml
T
Marco Cucinato 31e28f305c Initial release
git-svn-id: https://svn.php.net/repository/phpdoc/it/trunk@114198 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-31 23:06:16 +00:00

69 lines
1.5 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.1 Maintainer: cucinato Status: ready -->
<section id="bc.configuration">
&reftitle.runtime;
&extension.runtime;
<para>
<table>
<title>Opzioni di configurazione di BC math</title>
<tgroup cols="3">
<thead>
<row>
<entry>Nome</entry>
<entry>Default</entry>
<entry>Modificabile in</entry>
</row>
</thead>
<tbody>
<row>
<entry>bcmath.scale</entry>
<entry>0</entry>
<entry>PHP_INI_ALL</entry>
</row>
</tbody>
</tgroup>
</table>
Per ulteriori dettagli e definizioni delle costanti PHP_INI_* vedere
<function>ini_set</function>.
</para>
<para>
Ecco una descrizione veloce delle direttive di configuazione.
<variablelist>
<varlistentry id="ini.bcmath.scale">
<term>
<parameter>bcmath.scale</parameter>
<type>integer</type>
</term>
<listitem>
<para>
Numero di cifre decimali per tutte le funzioni bcmath.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->