From e3a567c172020d03e2f32739f4563275b92cce33 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 21 Dec 2001 13:28:42 +0000 Subject: [PATCH] xml header plus some indentation/reformating git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65839 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mailparse.xml | 28 ++++++++++++++++++++++------ functions/xmlrpc.xml | 2 ++ 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/functions/mailparse.xml b/functions/mailparse.xml index 70bf849270..5ce4f3db7a 100644 --- a/functions/mailparse.xml +++ b/functions/mailparse.xml @@ -1,17 +1,22 @@ + + mailparse functions mailparse functions + &warn.experimental; - mailparse_uudecode_all - Scans the data from fp and extract each embedded uuencoded file. Returns an array listing filename information + + Scans the data from fp and extract each embedded uuencoded + file. Returns an array listing filename information + Description @@ -31,7 +36,9 @@ mailparse_rfc822_parse_addresses - Parse addresses and returns a hash containing that data + + Parse addresses and returns a hash containing that data + Description @@ -51,7 +58,10 @@ mailparse_determine_best_xfer_encoding - Figures out the best way of encoding the content read from the file pointer fp, which must be seek-able + + Figures out the best way of encoding the content read from the + file pointer fp, which must be seek-able + Description @@ -71,7 +81,10 @@ mailparse_stream_encode - Streams data from source file pointer, apply encoding and write to destfp + + Streams data from source file pointer, apply encoding and write + to destfp + Description @@ -194,7 +207,10 @@ mailparse_msg_extract_part - Extracts/decodes a message section. If callbackfunc is not specified, the contents will be sent to "stdout" + + Extracts/decodes a message section. If callbackfunc is not + specified, the contents will be sent to "stdout" + Description diff --git a/functions/xmlrpc.xml b/functions/xmlrpc.xml index ac42909cf3..1eaa4cc135 100644 --- a/functions/xmlrpc.xml +++ b/functions/xmlrpc.xml @@ -1,3 +1,5 @@ + + XMLRPC functions XMLRPC function