mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
xml header plus some indentation/reformating
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65839 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
32f2d4e837
commit
e3a567c172
2 changed files with 24 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue