[PHP-DOC] cvs: phpdoc /en/reference/iconv/functions iconv-mime-decode-headers.xml iconv-mime-decode.xml iconv-mime-encode.xml iconv-strlen.xml iconv-strpos.xml iconv-strrpos.xml iconv-substr.xml

2007-03-16 Thread Jakub Vrana
vrana   Fri Mar 16 22:00:19 2007 UTC

  Modified files:  
/phpdoc/en/reference/iconv/functionsiconv-mime-decode-headers.xml 
iconv-mime-decode.xml 
iconv-mime-encode.xml 
iconv-strlen.xml 
iconv-strpos.xml 
iconv-strrpos.xml 
iconv-substr.xml 
  Log:
  Internal charset is stored in iconv.internal_encoding
  http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml?r1=1.13r2=1.14diff_format=u
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.13 
phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.14
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.13  
Sat Feb  3 05:35:03 2007
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml   Fri Mar 
16 22:00:19 2007
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.13 $ --
+!-- $Revision: 1.14 $ --
 refentry id=function.iconv-mime-decode-headers
  refnamediv
   refnameiconv_mime_decode_headers/refname
@@ -92,7 +92,7 @@
   para
The optional parametercharset/parameter parameter specifies the
character set to represent the result by. If omitted,
-   link linkend=iconv.configurationiconv.internal_charset/link
+   link linkend=iconv.configurationiconv.internal_encoding/link
will be used.
   /para
  /listitem
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml?r1=1.9r2=1.10diff_format=u
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml:1.9 
phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml:1.10
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml:1.9   Sat Feb 
 3 05:35:03 2007
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml   Fri Mar 16 
22:00:19 2007
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.9 $ --
+!-- $Revision: 1.10 $ --
 refentry id=function.iconv-mime-decode
  refnamediv
   refnameiconv_mime_decode/refname
@@ -82,7 +82,7 @@
   para
The optional parametercharset/parameter parameter specifies the
character set to represent the result by. If omitted,
-   link linkend=iconv.configurationiconv.internal_charset/link
+   link linkend=iconv.configurationiconv.internal_encoding/link
will be used.
   /para
  /listitem
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml?r1=1.12r2=1.13diff_format=u
Index: phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.12 
phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.13
--- phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.12  Sat Feb 
 3 05:35:03 2007
+++ phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml   Fri Mar 16 
22:00:19 2007
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.12 $ --
+!-- $Revision: 1.13 $ --
 refentry id=function.iconv-mime-encode
  refnamediv
   refnameiconv_mime_encode/refname
@@ -90,11 +90,11 @@
 parameterfield_value/parameter are presented. If not given,
 functioniconv_mime_encode/function assumes those parameters
 are presented to it in the
-link linkend=iconv.configurationiconv.internal_charset/link
+link linkend=iconv.configurationiconv.internal_encoding/link
 ini setting.
/entry
entry
-link linkend=iconv.configurationiconv.internal_charset/link
+link linkend=iconv.configurationiconv.internal_encoding/link
/entry
entryISO-8859-1/entry
   /row
@@ -107,7 +107,7 @@
 literalinput-charset/literal will be used.
/entry
entry
-link linkend=iconv.configurationiconv.internal_charset/link
+link linkend=iconv.configurationiconv.internal_encoding/link
/entry
entryUTF-8/entry
   /row
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/iconv/functions/iconv-strlen.xml?r1=1.7r2=1.8diff_format=u
Index: phpdoc/en/reference/iconv/functions/iconv-strlen.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-strlen.xml:1.7 
phpdoc/en/reference/iconv/functions/iconv-strlen.xml:1.8
--- phpdoc/en/reference/iconv/functions/iconv-strlen.xml:1.7Sat Feb  3 
05:35:03 2007
+++ phpdoc/en/reference/iconv/functions/iconv-strlen.xmlFri Mar 16 
22:00:19 2007
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- 

[PHP-DOC] cvs: phpdoc /en/reference/iconv/functions iconv-mime-decode-headers.xml

2007-01-03 Thread Hannes Magnusson
bjori   Wed Jan  3 09:00:37 2007 UTC

  Modified files:  
/phpdoc/en/reference/iconv/functionsiconv-mime-decode-headers.xml 
  Log:
  Fix typo in example
  # phpt generator...
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml?r1=1.10r2=1.11diff_format=u
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.10 
phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.11
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.10  
Sun Jan 23 20:04:36 2005
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml   Wed Jan 
 3 09:00:37 2007
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.10 $ --
+!-- $Revision: 1.11 $ --
   refentry id=function.iconv-mime-decode-headers
refnamediv
 refnameiconv_mime_decode_headers/refname
@@ -90,7 +90,7 @@
 Date: Thu, 1 Jan 1970 00:00:00 +
 Message-Id: [EMAIL PROTECTED]
 Received: from localhost (localhost [127.0.0.1]) by localhost
-with SMTP id example for [EMAIL PROTECTED]
+with SMTP id example for [EMAIL PROTECTED];
 Thu, 1 Jan 1970 00:00:00 + (UTC)
 (envelope-from [EMAIL PROTECTED])
 Received: (qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +


[PHP-DOC] cvs: phpdoc /en/reference/iconv/functions iconv-mime-decode-headers.xml iconv-mime-encode.xml

2004-08-04 Thread Jakub Vrana
vrana   Wed Aug  4 03:25:32 2004 EDT

  Modified files:  
/phpdoc/en/reference/iconv/functionsiconv-mime-decode-headers.xml 
iconv-mime-encode.xml 
  Log:
  Nuke tabs
  
http://cvs.php.net/diff.php/phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml?r1=1.8r2=1.9ty=u
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.8 
phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.9
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.8   Wed 
Feb 25 07:18:06 2004
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml   Wed Aug  4 
03:25:31 2004
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.8 $ --
+!-- $Revision: 1.9 $ --
   refentry id=function.iconv-mime-decode-headers
refnamediv
 refnameiconv_mime_decode_headers/refname
@@ -89,9 +89,9 @@
 Date: Thu, 1 Jan 1970 00:00:00 +
 Message-Id: lt;[EMAIL PROTECTED]gt;
 Received: from localhost (localhost [127.0.0.1]) by localhost
-   with SMTP id example for lt;[EMAIL PROTECTED]gt;
-   Thu, 1 Jan 1970 00:00:00 + (UTC)
-   (envelope-from [EMAIL PROTECTED])
+with SMTP id example for lt;[EMAIL PROTECTED]gt;
+Thu, 1 Jan 1970 00:00:00 + (UTC)
+(envelope-from [EMAIL PROTECTED])
 Received: (qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +
 
 EOF;
http://cvs.php.net/diff.php/phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml?r1=1.7r2=1.8ty=u
Index: phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.7 
phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.8
--- phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.7   Tue Dec 23 
20:32:11 2003
+++ phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml   Wed Aug  4 03:25:31 
2004
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.7 $ --
+!-- $Revision: 1.8 $ --
 !-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. --
   refentry id=function.iconv-mime-encode
refnamediv
@@ -126,10 +126,10 @@
   programlisting role=php
 lt;?php
 $preferences = array(
-   input-charset = ISO-8859-1,
-   output-charset = UTF-8,
-   line-length = 76,
-   line-break-chars = \n
+input-charset = ISO-8859-1,
+output-charset = UTF-8,
+line-length = 76,
+line-break-chars = \n
 );
 $preferences[scheme] = Q;
 // This yields Subject: =?UTF-8?Q?Pr=C3=BCfung_Pr=C3=BCfung?=


[PHP-DOC] cvs: phpdoc /en/reference/iconv/functions iconv-mime-decode-headers.xml

2004-02-25 Thread Mehdi Achour
didou   Wed Feb 25 07:18:07 2004 EDT

  Modified files:  
/phpdoc/en/reference/iconv/functionsiconv-mime-decode-headers.xml 
  Log:
  fix function name
  
http://cvs.php.net/diff.php/phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml?r1=1.7r2=1.8ty=u
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.7 
phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.8
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.7   Fri 
Jan  2 04:42:15 2004
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml   Wed Feb 25 
07:18:06 2004
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.7 $ --
+!-- $Revision: 1.8 $ --
   refentry id=function.iconv-mime-decode-headers
refnamediv
 refnameiconv_mime_decode_headers/refname
@@ -80,7 +80,7 @@
 /para
 
 example
- titlefunctioniconv_mime_decode_function/function example/title
+ titlefunctioniconv_mime_decode_headers/function example/title
  programlisting role=php
 lt;?php
 $headers_string = lt;lt;lt;EOF


[PHP-DOC] cvs: phpdoc /en/reference/iconv/functions iconv-mime-decode-headers.xml

2004-01-02 Thread Moriyoshi Koizumi
moriyoshi   Fri Jan  2 04:36:48 2004 EDT

  Modified files:  
/phpdoc/en/reference/iconv/functionsiconv-mime-decode-headers.xml 
  Log:
  Typofixing.
  
  
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.5 
phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.6
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.5   Tue 
Dec 23 07:21:27 2003
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml   Fri Jan  2 
04:36:48 2004
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.5 $ --
+!-- $Revision: 1.6 $ --
   refentry id=function.iconv-mime-decode-headers
refnamediv
 refnameiconv_mime_decode_headers/refname
@@ -26,9 +26,9 @@
 para
  Each key of the return value represents an individual
  field name and the corresponding element represents a field value.
- If more than one field of the same field name are present,
+ If more than one field of the same name are present,
  functioniconv_mime_decode_headers/function automatically incorporates
- them into an numerically indexed array in the order of occurrence.
+ them into a numerically indexed array in the order of occurrence.
 /para
 
 para
@@ -63,8 +63,8 @@
  entryICONV_MIME_DECODE_CONTINUE_ON_ERROR/entry
  entry
   If set, functioniconv_mime_decode_headers/function
-  attempts to continue to process the given header even though
-  an error occurs.
+ attempts to ignore any grammatical errors and continue to process
+ a given header.
  /entry
 /row
/tbody


Re: [PHP-DOC] cvs: phpdoc /en/reference/iconv/functions iconv-mime-decode-headers.xml

2004-01-02 Thread Gabor Hojtsy
 para
@@ -63,8 +63,8 @@
  entryICONV_MIME_DECODE_CONTINUE_ON_ERROR/entry
  entry
   If set, functioniconv_mime_decode_headers/function
-  attempts to continue to process the given header even though
-  an error occurs.
+ attempts to ignore any grammatical errors and continue to process
+ a given header.
  /entry
 /row
/tbody
Please use spaces not tabs!

Goba


[PHP-DOC] cvs: phpdoc /en/reference/iconv/functions iconv-mime-decode-headers.xml

2004-01-02 Thread Moriyoshi Koizumi
moriyoshi   Fri Jan  2 04:42:15 2004 EDT

  Modified files:  
/phpdoc/en/reference/iconv/functionsiconv-mime-decode-headers.xml 
  Log:
  detabing.
  # I totally missed that. Thanks Gabor.
  
  
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.6 
phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.7
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.6   Fri 
Jan  2 04:36:48 2004
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml   Fri Jan  2 
04:42:15 2004
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
   refentry id=function.iconv-mime-decode-headers
refnamediv
 refnameiconv_mime_decode_headers/refname
@@ -63,8 +63,8 @@
  entryICONV_MIME_DECODE_CONTINUE_ON_ERROR/entry
  entry
   If set, functioniconv_mime_decode_headers/function
- attempts to ignore any grammatical errors and continue to process
- a given header.
+  attempts to ignore any grammatical errors and continue to process
+  a given header.
  /entry
 /row
/tbody


[PHP-DOC] cvs: phpdoc /en/reference/iconv/functions iconv-mime-decode-headers.xml iconv-mime-decode.xml iconv-mime-encode.xml

2003-12-23 Thread Moriyoshi Koizumi
moriyoshi   Tue Dec 23 04:56:57 2003 EDT

  Modified files:  
/phpdoc/en/reference/iconv/functionsiconv-mime-decode-headers.xml 
iconv-mime-decode.xml 
iconv-mime-encode.xml 
  Log:
  - Remove para around example. 
  - Replace all para within example to simpara
  
  
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.3 
phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.4
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.3   Mon 
Dec 22 17:23:09 2003
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml   Tue Dec 23 
04:56:57 2003
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
   refentry id=function.iconv-mime-decode-headers
refnamediv
 refnameiconv_mime_decode_headers/refname
@@ -79,19 +79,17 @@
  will be used.
 /para
 
-para
- example
-  titlefunctioniconv_mime_decode_function/function example/title
-  programlisting role=php
-![CDATA[
-?php
-$headers_string = EOF
+example
+ titlefunctioniconv_mime_decode_function/function example/title
+ programlisting role=php
+lt;?php
+$headers_string = lt;lt;lt;EOF
 Subject: =?UTF-8?B?UHLDvGZ1bmcgUHLDvGZ1bmc=?=
 To: [EMAIL PROTECTED]
 Date: Thu, 1 Jan 1970 00:00:00 +
-Message-Id: [EMAIL PROTECTED]
+Message-Id: lt;[EMAIL PROTECTED]gt;
 Received: from localhost (localhost [127.0.0.1]) by localhost
-   with SMTP id example for [EMAIL PROTECTED];
+   with SMTP id example for lt;[EMAIL PROTECTED]gt;
Thu, 1 Jan 1970 00:00:00 + (UTC)
(envelope-from [EMAIL PROTECTED])
 Received: (qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +
@@ -100,31 +98,27 @@
 
 $headers =  iconv_mime_decode_headers($headers_string, 0, ISO-8859-1);
 print_r($headers);
-?
-]]
+?gt;
   /programlisting
-  para
+  simpara
The output of this script should look like:
-  /para
+  /simpara
   screen
-![CDATA[
 Array
 (
-[Subject] = Pruuml;fung Pruuml;fung
-[To] = [EMAIL PROTECTED]
-[Date] = Thu, 1 Jan 1970 00:00:00 +
-[Message-Id] = [EMAIL PROTECTED]
-[Received] = Array
+[Subject] =gt; Pruuml;fung Pruuml;fung
+[To] =gt; [EMAIL PROTECTED]
+[Date] =gt; Thu, 1 Jan 1970 00:00:00 +
+[Message-Id] =gt; lt;[EMAIL PROTECTED]gt;
+[Received] =gt; Array
 (
-[0] = from localhost (localhost [127.0.0.1]) by localhost with SMTP id 
example for [EMAIL PROTECTED]; Thu, 1 Jan 1970 00:00:00 + (UTC) (envelope-from 
[EMAIL PROTECTED])
-[1] = (qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +
+[0] =gt; from localhost (localhost [127.0.0.1]) by localhost with SMTP 
id example for lt;[EMAIL PROTECTED]gt;; Thu, 1 Jan 1970 00:00:00 + (UTC) 
(envelope-from [EMAIL PROTECTED])
+[1] =gt; (qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +
 )
 
 )
-]]
-  /screen
- /example
-/para
+ /screen
+/example
 
 para
  See also functioniconv_mime_decode/function,
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml:1.3 
phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml:1.4
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml:1.3   Mon Dec 22 
15:19:34 2003
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml   Tue Dec 23 04:56:57 
2003
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. --
   refentry id=function.iconv-mime-decode
refnamediv
@@ -69,21 +69,16 @@
  will be used.
 /para
 
-para
- example
-  titlefunctioniconv_mime_decode/function example/title
-  programlisting role=php
-![CDATA[
-?php
+example
+ titlefunctioniconv_mime_decode/function example/title
+ programlisting role=php
+gt;?php
 // This yields Subject: Pruuml;fung Pruuml;fung
 echo iconv_mime_decode(Subject: =?UTF-8?B?UHLDvGZ1bmcgUHLDvGZ1bmc=?=,
0, ISO-8859-1);
-?
-]]
-  /programlisting
- /example
-/para
-
+?lt;
+ /programlisting
+/example
 para
  See also functioniconv_mime_decode_headers/function,
  functionimap_base64_decode/function,
Index: phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.3 
phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.4
--- phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.3   Mon Dec 22 
15:19:34 2003
+++ phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml   Tue Dec 23 04:56:57 
2003
@@ -1,5 +1,5 @@
 

[PHP-DOC] cvs: phpdoc /en/reference/iconv/functions iconv-mime-decode-headers.xml iconv-mime-decode.xml iconv-mime-encode.xml iconv-strpos.xml iconv-strrpos.xml iconv-substr.xml

2003-12-23 Thread Moriyoshi Koizumi
moriyoshi   Tue Dec 23 07:21:27 2003 EDT

  Modified files:  
/phpdoc/en/reference/iconv/functionsiconv-mime-decode-headers.xml 
iconv-mime-decode.xml 
iconv-mime-encode.xml 
iconv-strpos.xml 
iconv-strrpos.xml 
iconv-substr.xml 
  Log:
  - Add documentation for iconv_substr()
  - More See Also entries
  
  
  
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.4 
phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.5
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.4   Tue 
Dec 23 04:56:57 2003
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml   Tue Dec 23 
07:21:27 2003
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
   refentry id=function.iconv-mime-decode-headers
refnamediv
 refnameiconv_mime_decode_headers/refname
@@ -122,7 +122,9 @@
 
 para
  See also functioniconv_mime_decode/function,
- functionimap_base64_decode/function,
+ functionmb_decode_mimeheader/function,
+ functionimap_mime_header_decode/function,
+ functionimap_base64/function
  and functionimap_qprint/function.
 /para
/refsect1
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml:1.4 
phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml:1.5
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml:1.4   Tue Dec 23 
04:56:57 2003
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml   Tue Dec 23 07:21:27 
2003
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. --
   refentry id=function.iconv-mime-decode
refnamediv
@@ -81,7 +81,9 @@
 /example
 para
  See also functioniconv_mime_decode_headers/function,
- functionimap_base64_decode/function,
+ functionmb_decode_mimeheader/function,
+ functionimap_mime_header_decode/function,
+ functionimap_base64/function
  and functionimap_qprint/function.
 /para
/refsect1
Index: phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.4 
phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.5
--- phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.4   Tue Dec 23 
04:56:57 2003
+++ phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml   Tue Dec 23 07:21:27 
2003
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. --
   refentry id=function.iconv-mime-encode
refnamediv
@@ -144,6 +144,7 @@
 
 para
  See also functionimap_base64_encode/function,
+ functionmb_encode_mimeheader/function
  and functionimap_8bit/function.
 /para
/refsect1
Index: phpdoc/en/reference/iconv/functions/iconv-strpos.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-strpos.xml:1.4 
phpdoc/en/reference/iconv/functions/iconv-strpos.xml:1.5
--- phpdoc/en/reference/iconv/functions/iconv-strpos.xml:1.4Sun Dec 21 23:38:16 
2003
+++ phpdoc/en/reference/iconv/functions/iconv-strpos.xmlTue Dec 23 07:21:27 
2003
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. --
   refentry id=function.iconv-strpos
refnamediv
@@ -53,7 +53,7 @@
 /para
 
 para
-  See also functionstrpos/function, functioniconv_strrpos/function,
+  See also functionstrpos/function, functioniconv_strrpos/function
   and functionmb_strpos/function.
 /para
/refsect1
Index: phpdoc/en/reference/iconv/functions/iconv-strrpos.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-strrpos.xml:1.2 
phpdoc/en/reference/iconv/functions/iconv-strrpos.xml:1.3
--- phpdoc/en/reference/iconv/functions/iconv-strrpos.xml:1.2   Sun Dec 21 23:38:16 
2003
+++ phpdoc/en/reference/iconv/functions/iconv-strrpos.xml   Tue Dec 23 07:21:27 
2003
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. --
   refentry id=function.iconv-strrpos
refnamediv
@@ -42,6 +42,10 @@
   on the basis of the specified character set parametercharset/parameter.
 /para
   
+para
+  See also functionstrrpos/function, 

[PHP-DOC] cvs: phpdoc /en/reference/iconv/functions iconv-mime-decode-headers.xml iconv-mime-decode.xml iconv-mime-encode.xml

2003-12-22 Thread Moriyoshi Koizumi
moriyoshi   Mon Dec 22 15:19:34 2003 EDT

  Added files: 
/phpdoc/en/reference/iconv/functionsiconv-mime-decode-headers.xml 

  Modified files:  
/phpdoc/en/reference/iconv/functionsiconv-mime-decode.xml 
iconv-mime-encode.xml 
  Log:
  - Add see also section to iconv_mime_decode() and iconv_mime_encode()
  - Add documentation of iconv_mime_decode_headers()
  
  
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml:1.2 
phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml:1.3
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml:1.2   Sun Dec 21 
23:38:16 2003
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode.xml   Mon Dec 22 15:19:34 
2003
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. --
   refentry id=function.iconv-mime-decode
refnamediv
@@ -12,7 +12,7 @@
 titleDescription/title
 methodsynopsis
  typestring/typemethodnameiconv_mime_decode/methodname
- 
methodparamtypestring/typeparameterencoded_string/parameter/methodparam
+ 
methodparamtypestring/typeparameterencoded_header/parameter/methodparam
  methodparam 
choice=opttypeint/typeparametermode/parameter/methodparam
  methodparam 
choice=opttypestring/typeparametercharset/parameter/methodparam
 /methodsynopsis
@@ -83,6 +83,12 @@
   /programlisting
  /example
 /para
+
+para
+ See also functioniconv_mime_decode_headers/function,
+ functionimap_base64_decode/function,
+ and functionimap_qprint/function.
+/para
/refsect1
   /refentry
 
Index: phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.2 
phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.3
--- phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml:1.2   Sun Dec 21 
23:38:16 2003
+++ phpdoc/en/reference/iconv/functions/iconv-mime-encode.xml   Mon Dec 22 15:19:34 
2003
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. --
   refentry id=function.iconv-mime-encode
refnamediv
@@ -145,6 +145,11 @@
   /programlisting
  /example
 /para
+
+para
+ See also functionimap_base64_encode/function,
+ and functionimap_8bit/function.
+/para
/refsect1
   /refentry
 

Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml
?xml version='1.0' encoding='iso-8859-1'?
!-- $Revision: 1.1 $ --
  refentry id=function.iconv-mime-decode-headers
   refnamediv
refnameiconv_mime_decode_headers/refname
refpurpose
 Decodes multiple literalMIME/literal header fields at once
/refpurpose
   /refnamediv
   refsect1
titleDescription/title
methodsynopsis
 typearray/typemethodnameiconv_mime_decode/methodname
 
methodparamtypestring/typeparameterencoded_headers/parameter/methodparam
 methodparam 
choice=opttypeint/typeparametermode/parameter/methodparam
 methodparam 
choice=opttypestring/typeparametercharset/parameter/methodparam
/methodsynopsis

para
 Returns an associative array that holds a whole set of
 literalMIME/literal header fields specified by
 parameterencoded_headers/parameter on success, or false;
 if an error occurs during the decoding.
/para

para
 Each key of the return value represents an individual
 field name and the corresponding element represents a field value.
 If more than one field of the same field name are present,
 functioniconv_mime_decode_headers/function automatically incorporates
 them into an numerically indexed array in the order of occurrence.
/para

para
 parametermode/parameter determines the behaviour in the event 
 functioniconv_mime_decode_headers/function encounters a malformed
 literalMIME/literal header field. You can specify any combination
 of the following bitmasks.
 table
  titleBitmasks acceptable to 
functioniconv_mime_decode_headers/function/title
  tgroup cols=3
   thead
row
 entryValue/entry
 entryConstant/entry
 entryDescription/entry
/row
   /thead
   tbody
row
 entry1/entry
 entryICONV_MIME_DECODE_STRICT/entry
 entry
  If set, the given header is decoded in full conformance with the
  standards defined in ulink url=url.rfc;2047RFC2047/ulink.
  This option is disabled by default because there are a lot of
  broken mail user agents that don't follow the specification and don't

[PHP-DOC] cvs: phpdoc /en/reference/iconv/functions iconv-mime-decode-headers.xml

2003-12-22 Thread Moriyoshi Koizumi
moriyoshi   Mon Dec 22 15:20:39 2003 EDT

  Modified files:  
/phpdoc/en/reference/iconv/functionsiconv-mime-decode-headers.xml 
  Log:
  Oops :)
  
  
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.1 
phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.2
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.1   Mon 
Dec 22 15:19:34 2003
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml   Mon Dec 22 
15:20:39 2003
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
   refentry id=function.iconv-mime-decode-headers
refnamediv
 refnameiconv_mime_decode_headers/refname
@@ -10,7 +10,7 @@
refsect1
 titleDescription/title
 methodsynopsis
- typearray/typemethodnameiconv_mime_decode/methodname
+ typearray/typemethodnameiconv_mime_decode_headers/methodname
  
methodparamtypestring/typeparameterencoded_headers/parameter/methodparam
  methodparam 
choice=opttypeint/typeparametermode/parameter/methodparam
  methodparam 
choice=opttypestring/typeparametercharset/parameter/methodparam


[PHP-DOC] cvs: phpdoc /en/reference/iconv/functions iconv-mime-decode-headers.xml

2003-12-22 Thread Yun-young Lee
progcom Mon Dec 22 17:23:09 2003 EDT

  Modified files:  
/phpdoc/en/reference/iconv/functionsiconv-mime-decode-headers.xml 
  Log:
  needs para in example :)
  
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.2 
phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.3
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.2   Mon 
Dec 22 15:20:39 2003
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml   Mon Dec 22 
17:23:09 2003
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
   refentry id=function.iconv-mime-decode-headers
refnamediv
 refnameiconv_mime_decode_headers/refname
@@ -103,9 +103,9 @@
 ?
 ]]
   /programlisting
-
-  The output of this script should look like:
-
+  para
+   The output of this script should look like:
+  /para
   screen
 ![CDATA[
 Array