Mail_Mime::setTxtBody() (Previous) (Next) Mail_mimePart::addsubpart()

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Mail_mimePart::Mail_mimePart()

Mail_mimePart::Mail_mimePart() -- constructor

Leírás

Create a new Mail_mimePart object.

Paraméterek

  • string $body - The body of the mime part if any. Default is an empty string.

  • array $params - An associative array of parameters:

    • $params["content_type"] - The content type for this part ie. multipart/mixed

    • $params["encoding"] - The encoding to use ie. 7bit, 8bit, base64 or quoted-printable

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

    • $params["disposition"] - Content disposition inline or attachment

    • $params["dfilename"] - Optional filename parameter for content disposition

    • $params["description"] - Content description

    • $params["charset"] - Character set to use

    Default is an empty array.

Megjegyzés

Ez a függvény meghívható statikusan.

Mail_Mime::setTxtBody() (Previous) (Next) Mail_mimePart::addsubpart()

Download Documentation Last updated: Sun, 01 Jul 2007
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.