Updated the predefined constants section

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103944 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Moriyoshi Koizumi 2002-11-14 16:33:48 +00:00
parent 42a37ff20f
commit ceb4a92559
2 changed files with 60 additions and 5 deletions

View file

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="iconv.constants">
&reftitle.constants;
<para>
Since PHP 4.3.0 it is possible to idenfity at runtime which iconv
implementation is adopted by this extension.
<table>
<title>iconv constants</title>
<tgroup cols="3">
<thead>
<row>
<entry>constant</entry>
<entry>type</entry>
<entry>description</entry>
</row>
</thead>
<tbody>
<row>
<entry>ICONV_IMPL</entry>
<entry><link linkend="language.types.string">string</link></entry>
<entry>The implementation name</entry>
</row>
<row>
<entry>ICONV_VERSION</entry>
<entry><link linkend="language.types.string">string</link></entry>
<entry>The implementation version</entry>
</row>
</tbody>
</tgroup>
</table>
</para>
<note>
<para>
Writing implementation-dependent scripts with these constants should be
discouraged.
</para>
</note>
</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:
-->

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<reference id="ref.iconv">
<title>iconv functions</title>
<titleabbrev>iconv</titleabbrev>
@ -42,10 +42,7 @@
&no.resource;
</section>
<section id="iconv.constants">
&reftitle.constants;
&no.constants;
</section>
&reference.iconv.constants;
<section id="iconv.seealso">
&reftitle.seealso;