Zend_Mime_PartClass representing a MIME part.
Located in /Zend/Mime/Part.php (line 45)
mixed
$boundary
(line 54)
mixed
$charset
(line 53)
mixed
$description
(line 52)
mixed
$disposition
(line 50)
mixed
$encoding
= Zend_Mime::ENCODING_8BIT (line 48)
mixed
$filename
(line 51)
mixed
$id
(line 49)
mixed
$type
= Zend_Mime::TYPE_OCTETSTREAM (line 47)
mixed
$_content
(line 55)
mixed
$_isStream
= false (line 56)
Constructor __construct (line 66)
create a new Mime Part.
The (unencoded) content of the Part as passed as a string or stream
getContent (line 146)
Get the Content of the current Mime Part in the given encoding.
getEncodedStream (line 100)
if this was created with a stream, return a filtered stream for reading the content. very useful for large file attachments.
getHeaders (line 205)
Return the headers for this part as a string
getHeadersArray (line 161)
Create and return the array of headers for this MIME part
isStream (line 88)
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 Wed, 21 Feb 2007 11:56:48 -0800 by phpDocumentor 1.3.1