Mail/Part/File.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Mail
- Version
- $Id$
Package: Zend_Mail- Parent(s)
- \Zend_Mail_Part
- Children
- \Zend_Mail_Message_File
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
$_contentPos = array()
Default valuearray()
Details- Type
- n/a
$_partPos = array()
Default valuearray()
Details- Type
- n/a
Methods
__construct(array $params) : void
This handler supports the following params:
- file filename or open file handler with message content (required)
- startPos start position of message or part in file (default: current position)
- endPos end position of message or part in file (default: end of file)
ParametersName | Type | Description |
---|
$params | array | full message with or without headers |
---|
ThrowsgetPart(int $num) : \Zend_Mail_Part
Get part of multipart message
ParametersName | Type | Description |
---|
$num | int | number of part starting with 1 for first part |
---|
ReturnsThrows