mirror of
https://github.com/php/doc-ja.git
synced 2026-03-25 23:52:16 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349986 c90b9560-bf6c-de11-be94-00142212c4b1
48 lines
1.5 KiB
XML
48 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: fff5c28bdb0eb68f30fbef851e752670be700f19 Maintainer: takagi Status: ready -->
|
|
<!-- Credits: mumumu -->
|
|
<section xml:id="mailparse.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.install;
|
|
<para xml:id="mailparse.configure">
|
|
&pecl.moved;
|
|
&pecl.info;
|
|
<link xlink:href="&url.pecl.package;mailparse">&url.pecl.package;mailparse</link>.
|
|
</para>
|
|
<para>
|
|
これらの関数を使用するためには、configure 時に
|
|
<option role="configure">--enable-mailparse</option> オプションを指定し、
|
|
mailparse のサポートつきで PHP をコンパイルする必要があります。
|
|
</para>
|
|
<para>
|
|
Windows ユーザーがこれらの関数を利用するには、&php.ini; の中で
|
|
<filename>php_mailparse.dll</filename> を有効にします。
|
|
&pecl.windows.download.avail;
|
|
</para>
|
|
<para>
|
|
mailparse を使うには、事前に <link linkend="ref.mbstring">mbstring</link>
|
|
拡張モジュールを読み込んでおく必要があります。
|
|
</para>
|
|
</section>
|
|
|
|
<!-- 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
|
|
-->
|