moriyoshi               Thu Nov 14 11:33:48 2002 EDT

  Added files:                 
    /phpdoc/en/reference/iconv  constants.xml 

  Modified files:              
    /phpdoc/en/reference/iconv  reference.xml 
  Log:
  Updated the predefined constants section
  
  
Index: phpdoc/en/reference/iconv/reference.xml
diff -u phpdoc/en/reference/iconv/reference.xml:1.9 
phpdoc/en/reference/iconv/reference.xml:1.10
--- phpdoc/en/reference/iconv/reference.xml:1.9 Thu Sep 12 09:36:47 2002
+++ phpdoc/en/reference/iconv/reference.xml     Thu Nov 14 11:33:48 2002
@@ -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;

Index: phpdoc/en/reference/iconv/constants.xml
+++ phpdoc/en/reference/iconv/constants.xml
<?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:
-->




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to