Zend_Mime_PartClass representing a MIME part.
Located in /Mime/Part.php (line 39)
mixed
$boundary
(line 48)
mixed
$charset
(line 47)
mixed
$description
(line 46)
mixed
$disposition
(line 44)
mixed
$encoding
= Zend_Mime::ENCODING_8BIT (line 42)
mixed
$filename
(line 45)
mixed
$id
(line 43)
mixed
$type
= Zend_Mime::TYPE_OCTETSTREAM (line 41)
mixed
$_content
(line 49)
mixed
$_isStream
= false (line 50)
Constructor __construct (line 60)
create a new Mime Part.
The (unencoded) content of the Part as passed as a string or stream
getContent (line 140)
Get the Content of the current Mime Part in the given encoding.
getEncodedStream (line 94)
if this was created with a stream, return a filtered stream for reading the content. very useful for large file attachments.
getHeaders (line 199)
Return the headers for this part as a string
getHeadersArray (line 155)
Create and return the array of headers for this MIME part
isStream (line 82)
check if this part can be read as a stream.
if true, getEncodedStream can be called, otherwise only getContent can be used to fetch the encoded content of the part
Documentation generated on Sun, 27 May 2007 23:26:31 -0700 by phpDocumentor 1.3.2