Mail_mimeDecode::decode()

Mail_mimeDecode::decode() -- perform decoding

Synopsis

require_once 'Mail/mimeDecode.php';

object decode (array [$args = NULL])

Beschreibung

This function performs the decoding and returns a structure containing the message data.

Parameter

Rückgabewert

object -

Fehler-Meldungen

Tabelle 47-1. Mögliche Fehler-Arten

Error codeError messageReasonSolution
NULL „ Called statically and no input given “ You called the function statically and forgot to fill $args['input'] Fill $args['input'] with the content to decode or do not call the function statically.
NULL every other See the error message. The input or parts of the input does not complies to the MIME standard.

Hinweise

Diese Methode kann statisch aufgerufen werden.