Mail_mimeDecode::decode()

Mail_mimeDecode::decode() -- perform decoding

Referentiesamenvatting

require_once 'Mail/mimeDecode.php';

object decode (array [$args = NULL])

Beschrijving

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

Parameter

Return waarde

object -

Throws

Tabel 47-1. Mogelijke PEAR_Error waarden

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.

Note

Deze functie kan statisch worden aangeroepen.