ArininAV

Mail_mimeDecode::decode()

Mail_mimeDecode::decode() -- perform decoding

Synopsis

require_once 'Mail/mimeDecode.php';

object decode (array [$args = NULL])

Описание

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

Параметр

Возвращаемое значение

object -

Throws

Таблица 44-1. Возможные значения PEAR_Error

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.

Заметка

Эта функция может быть вызвана статически.