[PHP-DOC] cvs: phpdoc /en/functions mailparse.xml xmlrpc.xml
by Hartmut Holzgraefe other posts by this author
Dec 21 2001 1:28PM messages near this date
[PHP-DOC] cvs: phpdoc /tr bookinfo.xml preface.xml /tr/chapters config.xml install.xml intro.xml security.xml /tr/features cookies.xml error-handling.xml file-upload.xml images.xml /tr/functions filepro.xml
|
[PHP-DOC] cvs: phpdoc /it translation.xml
hholzgra Fri Dec 21 08:28:45 2001 EDT
Modified files:
/phpdoc/en/functions xmlrpc.xml mailparse.xml
Log:
xml header plus some indentation/reformating
Index: phpdoc/en/functions/xmlrpc.xml
diff -u phpdoc/en/functions/xmlrpc.xml:1.1 phpdoc/en/functions/xmlrpc.xml:1.2
--- phpdoc/en/functions/xmlrpc.xml:1.1 Sat Dec 15 09:54:58 2001
+++ phpdoc/en/functions/xmlrpc.xml Fri Dec 21 08:28:42 2001
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.2 $ -->
<reference id="ref.xmlrpc">
<title> XMLRPC functions</title>
<titleabbrev> XMLRPC function</titleabbrev>
Index: phpdoc/en/functions/mailparse.xml
diff -u phpdoc/en/functions/mailparse.xml:1.1 phpdoc/en/functions/mailparse.xml:1.2
--- phpdoc/en/functions/mailparse.xml:1.1 Sat Dec 15 09:54:58 2001
+++ phpdoc/en/functions/mailparse.xml Fri Dec 21 08:28:42 2001
@@ -1,17 +1,22 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.2 $ -->
<reference id="ref.mailparse">
<title> mailparse functions</title>
<titleabbrev> mailparse functions</titleabbrev>
<partintro>
<para>
+ &warn.experimental;
</para>
</partintro>
-
<refentry id="function.mailparse-uudecode-all">
<refnamediv>
<refname> mailparse_uudecode_all</refname>
- <refpurpose> Scans the data from fp and extract each embedded uuencoded file. Returns an
array listing filename information </refpurpose>
+ <refpurpose>
+ Scans the data from fp and extract each embedded uuencoded
+ file. Returns an array listing filename information
+ </refpurpose>
</refnamediv>
<refsect1>
<title> Description</title>
@@ -31,7 +36,9 @@
<refentry id="function.mailparse-rfc822-parse-addresses">
<refnamediv>
<refname> mailparse_rfc822_parse_addresses</refname>
- <refpurpose> Parse addresses and returns a hash containing that data </refpurpose>
+ <refpurpose>
+ Parse addresses and returns a hash containing that data
+ </refpurpose>
</refnamediv>
<refsect1>
<title> Description</title>
@@ -51,7 +58,10 @@
<refentry id="function.mailparse-determine-best-xfer-encoding">
<refnamediv>
<refname> mailparse_determine_best_xfer_encoding</refname>
- <refpurpose> Figures out the best way of encoding the content read from the file pointer
fp, which must be seek-able </refpurpose>
+ <refpurpose>
+ Figures out the best way of encoding the content read from the
+ file pointer fp, which must be seek-able
+ </refpurpose>
</refnamediv>
<refsect1>
<title> Description</title>
@@ -71,7 +81,10 @@
<refentry id="function.mailparse-stream-encode">
<refnamediv>
<refname> mailparse_stream_encode</refname>
- <refpurpose> Streams data from source file pointer, apply encoding and write to destfp <
/refpurpose>
+ <refpurpose>
+ Streams data from source file pointer, apply encoding and write
+ to destfp
+ </refpurpose>
</refnamediv>
<refsect1>
<title> Description</title>
@@ -194,7 +207,10 @@
<refentry id="function.mailparse-msg-extract-part">
<refnamediv>
<refname> mailparse_msg_extract_part</refname>
- <refpurpose> Extracts/decodes a message section. If callbackfunc is not specified, the
contents will be sent to "stdout" </refpurpose>
+ <refpurpose>
+ Extracts/decodes a message section. If callbackfunc is not
+ specified, the contents will be sent to "stdout"
+ </refpurpose>
</refnamediv>
<refsect1>
<title> Description</title>
|