mirror of
https://github.com/php/doc-ja.git
synced 2026-03-27 08:32:09 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330348 c90b9560-bf6c-de11-be94-00142212c4b1
64 lines
2.0 KiB
XML
64 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: takagi Status: ready -->
|
|
<!-- CREDITS: hirokawa -->
|
|
|
|
<book xml:id="book.mailparse" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>Mailparse</title>
|
|
|
|
<!-- {{{ preface -->
|
|
<preface xml:id="intro.mailparse">
|
|
&reftitle.intro;
|
|
<para>
|
|
Mailparse は、電子メールのメッセージをパースして処理するための拡張モジュールです。
|
|
<link xlink:href="&url.rfc;822">RFC 822</link> および <link
|
|
xlink:href="&url.rfc;2045">RFC 2045</link> (<literal>MIME</literal>)
|
|
に準拠したメッセージを扱うことができます。
|
|
</para>
|
|
<para>
|
|
Mailparse はストリームベースで動作します。つまり、
|
|
処理する際にファイルの内容をメモリにコピーする必要がないということです。
|
|
これにより、大きなメッセージを扱う際にリソースを効率的に使用することができます。
|
|
</para>
|
|
<note>
|
|
<para>
|
|
Mailparse は、<link linkend="book.mbstring">mbstring</link>
|
|
拡張モジュールを必要とします。
|
|
また、mbstring は mailparse より前に読み込まれていなければなりません。
|
|
</para>
|
|
</note>
|
|
<para>
|
|
&pecl.moved-ver;4.2.0.
|
|
</para>
|
|
</preface>
|
|
<!-- }}} -->
|
|
|
|
&reference.mailparse.setup;
|
|
&reference.mailparse.constants;
|
|
<!-- FIXME: Apparently this is a class.. -->
|
|
&reference.mailparse.reference;
|
|
|
|
</book>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|