previousMail_Mime::setTxtBody() (Previous) (Next) Mail_mimePart::addsubpart()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::Mail_mimePart()

Mail_mimePart::Mail_mimePart() – コンストラクタ

Synopsis

require_once 'Mail/mimePart.php';

Mail_mimePart Mail_mimePart ( string $body = '' , array $params = array() )

Description

新たにMail_mimePartオブジェクトを作成します。

Parameter

  • string $body - MIMEパートの本体。デフォルトは空文字です。

  • array $params - パラメータの連想配列:

    • $params["content_type"] - このパートのコンテントタイプを指定します。 multipart/mixed

    • $params["encoding"] - 使用する符号付け。つまり7bit , 8bit , base64quoted-printable を指定します。

    • $params["cid"] - content ID to apply

    • $params["disposition"] - 内容配置inline (インライン) かattachment (添付)を指定します。

    • $params["dfilename"] - 内容配置用のオプションファイル名を指定します。

    • $params["description"] - 内容について記述します。

    • $params["charset"] - 使用する文字コードセットです。

    デフォルトは空配列です。

Note

This function can be called statically.

previousMail_Mime::setTxtBody() (Previous) (Next) Mail_mimePart::addsubpart()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.