betz            Sun Nov  2 11:53:20 2003 EDT

  Added files:                 
    /phpdoc/en/reference/iconv/functions        iconv-mime-decode.xml 
                                                iconv-mime-encode.xml 
                                                iconv-strlen.xml 
                                                iconv-strpos.xml 
                                                iconv-strrpos.xml 
                                                iconv-substr.xml 
  Log:
  doc skeletons
  
  
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
  <refentry id="function.iconv-mime-decode">
   <refnamediv>
    <refname>iconv_mime_decode</refname>
    <refpurpose>
     Decodes a mime header field
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>string</type><methodname>iconv_mime_decode</methodname>
     
<methodparam><type>string</type><parameter>encoded_string</parameter></methodparam>
     <methodparam 
choice="opt"><type>string</type><parameter>charset</parameter></methodparam>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- 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
-->

Index: phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml
+++ phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
  <refentry id="function.iconv-mime-encode">
   <refnamediv>
    <refname>iconv_mime_encode</refname>
    <refpurpose>
     Composes a mime header field with field_name and field_value in a specified scheme
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>string</type><methodname>iconv_mime_encode</methodname>
     <methodparam><type>string</type><parameter>field_name</parameter></methodparam>
     <methodparam><type>string</type><parameter>field_value</parameter></methodparam>
     <methodparam 
choice="opt"><type>array</type><parameter>preference</parameter></methodparam>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- 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
-->

Index: phpdoc/en/reference/iconv/functions/iconv-strlen.xml
+++ phpdoc/en/reference/iconv/functions/iconv-strlen.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
  <refentry id="function.iconv-strlen">
   <refnamediv>
    <refname>iconv_strlen</refname>
    <refpurpose>
     Returns the character count of str
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>int</type><methodname>iconv_strlen</methodname>
     <methodparam><type>string</type><parameter>str</parameter></methodparam>
     <methodparam 
choice="opt"><type>string</type><parameter>charset</parameter></methodparam>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- 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
-->

Index: phpdoc/en/reference/iconv/functions/iconv-strpos.xml
+++ phpdoc/en/reference/iconv/functions/iconv-strpos.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
  <refentry id="function.iconv-strpos">
   <refnamediv>
    <refname>iconv_strpos</refname>
    <refpurpose>
     Finds position of first occurrence of needle within part of haystack beginning 
with offset
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>string</type><methodname>iconv_strpos</methodname>
     <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
     <methodparam><type>string</type><parameter>needle</parameter></methodparam>
     <methodparam><type>int</type><parameter>offset</parameter></methodparam>
     <methodparam 
choice="opt"><type>string</type><parameter>charset</parameter></methodparam>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- 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
-->

Index: phpdoc/en/reference/iconv/functions/iconv-strrpos.xml
+++ phpdoc/en/reference/iconv/functions/iconv-strrpos.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
  <refentry id="function.iconv-strrpos">
   <refnamediv>
    <refname>iconv_strrpos</refname>
    <refpurpose>
     Finds position of last occurrence of needle within part of haystack beginning 
with offset
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>string</type><methodname>iconv_strrpos</methodname>
     <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
     <methodparam><type>string</type><parameter>needle</parameter></methodparam>
     <methodparam 
choice="opt"><type>string</type><parameter>charset</parameter></methodparam>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- 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
-->

Index: phpdoc/en/reference/iconv/functions/iconv-substr.xml
+++ phpdoc/en/reference/iconv/functions/iconv-substr.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
  <refentry id="function.iconv-substr">
   <refnamediv>
    <refname>iconv_substr</refname>
    <refpurpose>
     Returns specified part of a string
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>string</type><methodname>iconv_substr</methodname>
     <methodparam><type>string</type><parameter>str</parameter></methodparam>
     <methodparam><type>int</type><parameter>offset</parameter></methodparam>
     <methodparam 
choice="opt"><type>int</type><parameter>length</parameter></methodparam>
     <methodparam 
choice="opt"><type>string</type><parameter>charset</parameter></methodparam>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- 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
-->

Reply via email to