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

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

Mail_mimePart::encode()

Mail_mimePart::encode() – encode un mail

Synopsis

require_once 'Mail/mimePart.php';

array encode ( )

Description

Encode et retourne l'email

Return value

array - un tableau associatif contenant deux éléments, le corps et le tableau des en-têtes. L'élément des en-têtes est lui-même un tableau associatif.

Les noms de clés sont

  • 'headers' - un tableau avec les en-têtes du courrier
  • 'body' - une chaine avec le corps de courrier

Note

This function can not be called statically.

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

Download Documentation Last updated: Sun, 18 Oct 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.