Zend_Mime_DecodeLocated in /Zend/Mime/Decode.php (line 32)
static string|array
splitHeaderField
( $field, [string $wantedPart = null], [string $firstName = 0], string $type)
static null
splitMessage
(string $message, &$headers, &$body, [string $EOL = Zend_Mime::LINEEND], array $headers, string $body)
static array|null
splitMessageStruct
(string $message, string $boundary, [string $EOL = Zend_Mime::LINEEND])
static decodeQuotedPrintable (line 223)
decode a quoted printable encoded string
The charset of the returned string depends on your iconv settings.
static splitContentType (line 169)
split a content type in its different parts
static splitHeaderField (line 183)
split a header field like content type in its different parts
static splitMessage (line 116)
split a message in header and body part, if no header or an invalid header is found $headers is empty
The charset of the returned headers depend on your iconv settings.
static splitMessageStruct (line 89)
decodes a mime encoded String and returns a struct of parts with header and body
static splitMime (line 44)
Explode MIME multipart string into seperate parts
Parts consist of the header and the body of each MIME part.
Documentation generated on Wed, 21 Feb 2007 11:46:53 -0800 by phpDocumentor 1.3.1