imap_rfc822_write_address
(PHP 4, PHP 5, PHP 7, PHP 8)
imap_rfc822_write_address — 指定したメールボックス、ホスト、個人情報を、 電子メールアドレスとして適当な形式にして返す
説明
指定された情報を » RFC822 の定義に基づき 適切にフォーマットされた電子メールアドレスにして返します。
パラメータ
mailbox
-
メールボックス名。詳細は imap_open() を参照ください。
警告信頼できないデータをこのパラメータに渡すのであれば、 imap.enable_insecure_rsh を無効にしておかなければ危険です。
hostname
-
email のホスト部分。
personal
-
アカウント所有者の名前。
例
例1 imap_rfc822_write_address() の例
<?php
echo imap_rfc822_write_address("hartmut", "example.com", "Hartmut Holzgraefe");
?>
上の例の出力は以下となります。
Hartmut Holzgraefe <hartmut@example.com>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google