Source of: /manual/en/book.mailparse.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.remote.mail.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'book.mailparse.php',
1 => 'Mailparse',
),
'up' =>
array (
0 => 'refs.remote.mail.php',
1 => 'Mail Related Extensions',
),
'prev' =>
array (
0 => 'function.mail.php',
1 => 'mail',
),
'next' =>
array (
0 => 'intro.mailparse.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">Mailparse</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.mailparse.php">Introduction</a></li><li><a href="mailparse.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="mailparse.requirements.php">Requirements</a></li><li><a href="mailparse.installation.php">Installation</a></li><li><a href="mailparse.configuration.php">Runtime Configuration</a></li><li><a href="mailparse.resources.php">Resource Types</a></li></ul></li><li><a href="mailparse.constants.php">Predefined Constants</a></li><li><a href="ref.mailparse.php">Mailparse Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.mailparse-determine-best-xfer-encoding.php">mailparse_determine_best_xfer_encoding</a> — Gets the best way of encoding</li><li><a href="function.mailparse-msg-create.php">mailparse_msg_create</a> — Create a mime mail resource</li><li><a href="function.mailparse-msg-extract-part-file.php">mailparse_msg_extract_part_file</a> — Extracts/decodes a message section</li><li><a href="function.mailparse-msg-extract-part.php">mailparse_msg_extract_part</a> — Extracts/decodes a message section</li><li><a href="function.mailparse-msg-extract-whole-part-file.php">mailparse_msg_extract_whole_part_file</a> — Extracts a message section including headers without decoding the transfer encoding</li><li><a href="function.mailparse-msg-free.php">mailparse_msg_free</a> — Frees a MIME resource</li><li><a href="function.mailparse-msg-get-part-data.php">mailparse_msg_get_part_data</a> — Returns an associative array of info about the message</li><li><a href="function.mailparse-msg-get-part.php">mailparse_msg_get_part</a> — Returns a handle on a given section in a mimemessage</li><li><a href="function.mailparse-msg-get-structure.php">mailparse_msg_get_structure</a> — Returns an array of mime section names in the supplied message</li><li><a href="function.mailparse-msg-parse-file.php">mailparse_msg_parse_file</a> — Parses a file</li><li><a href="function.mailparse-msg-parse.php">mailparse_msg_parse</a> — Incrementally parse data into buffer</li><li><a href="function.mailparse-rfc822-parse-addresses.php">mailparse_rfc822_parse_addresses</a> — Parse RFC 822 compliant addresses</li><li><a href="function.mailparse-stream-encode.php">mailparse_stream_encode</a> — Streams data from source file pointer, apply encoding and write to destfp</li><li><a href="function.mailparse-uudecode-all.php">mailparse_uudecode_all</a> — Scans the data from fp and extract each embedded uuencoded file</li></ul></li></ul></div><?php manual_footer(); ?>