| Category | Zend |
| Package | Zend_Mime |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |

class Zend_Mime_Part
| Category | Zend |
| Package | Zend_Mime |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |
| # $_content | |
| # $_isStream | |
| + $boundary | |
| + $charset | |
| + $description | |
| + $disposition | |
| + $encoding | |
| + $filename | |
| + $id | |
| + $language | |
| + $location | |
| + $type |
| + __construct() | create a new Mime Part. |
| + getContent() | Get the Content of the current Mime Part in the given encoding |
| + getEncodedStream() | if this was created with a stream, return a filtered stream for |
| + getHeaders() | Return the headers for this part as a string |
| + getHeadersArray() | Create and return the array of headers for this MIME part |
| + isStream() | check if this part can be read as a stream. |
public function __construct( |
$content)
|
mixed $content |
String or Stream containing the content |
public function getContent( |
$EOL = Zend_Mime::LINEEND)
|
$EOL |
public function getEncodedStream( |
)
|
Zend_Mime_Exception if not a stream or unable to append filter
public function getHeaders( |
$EOL = Zend_Mime::LINEEND)
|
$EOL |
public function getHeadersArray( |
$EOL = Zend_Mime::LINEEND)
|
$EOL |
public function isStream( |
)
|