📄 intro.mailparse.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Introduction</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.mailparse.html">Mailparse</a></div> <div class="next" style="text-align: right; float: right;"><a href="mailparse.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.mailparse.html">Mailparse</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="intro.mailparse" class="preface"> <h1 class="title">Introduction</h1> <p class="para"> Mailparse is an extension for parsing and working with email messages. It can deal with <a href="http://www.faqs.org/rfcs/rfc822" class="link external">» RFC 822</a> and <a href="http://www.faqs.org/rfcs/rfc2045" class="link external">» RFC 2045</a> (<i>MIME</i>) compliant messages. </p> <p class="para"> Mailparse is stream based, which means that it does not keep in-memory copies of the files it processes - so it is very resource efficient when dealing with large messages. </p> <blockquote><p><b class="note">Note</b>: Mailparse requires the <a href="book.mbstring.html" class="link">mbstring</a> extension, and mbstring must be loaded before mailparse. <br /> </p></blockquote> <p class="para"> This extension has been moved to the <a href="http://pecl.php.net/" class="link external">» PECL</a> repository and is no longer bundled with PHP as of PHP 4.2.0. </p> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.mailparse.html">Mailparse</a></div> <div class="next" style="text-align: right; float: right;"><a href="mailparse.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.mailparse.html">Mailparse</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -