previousMail_mimePart::addsubpart() (Previous) (Next) Mail_mimeDecode::Mail_mimeDecode()next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Mail_mimePart::encode()

Mail_mimePart::encode() – メールをエンコードする

Synopsis

require_once 'Mail/mimePart.php';

array encode ( )

Description

メールをエンコードし、エンコード結果を返します。

Return value

array - メール本体およびヘッダの二つの要素を含む連想配列を返します。 ヘッダ要素はそれ自体インデックスが付けられた配列になります。

下記がキー名です。

  • 'headers' - メールヘッダの配列です。
  • 'body' - メール本体の文字列です。

Note

This function can not be called statically.

previousMail_mimePart::addsubpart() (Previous) (Next) Mail_mimeDecode::Mail_mimeDecode()next

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.