Mail/Part/File.php

Show: PublicProtectedPrivateinherited
Table of Contents
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$  

\Zend_Mail_Part_File

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

>VPropertyprotected$_contentPos = array()
Default valuearray()Details
Type
n/a
>VPropertyprotected$_fh
Details
Type
n/a
>VPropertyprotected$_partPos = array()
Default valuearray()Details
Type
n/a

Methods

methodpublic__construct(array $params) : void

Public constructor

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)
Parameters
NameTypeDescription
$paramsarray

full message with or without headers

Throws
ExceptionDescription
\Zend_Mail_Exception
methodpublicgetContent( $stream = null) : string

Body of part

If part is multipart the raw content of this part with all sub parts is returned
Parameters
NameTypeDescription
$stream
Returns
TypeDescription
stringbody
Throws
ExceptionDescription
\Zend_Mail_Exception
methodpublicgetPart(int $num) : \Zend_Mail_Part

Get part of multipart message

Parameters
NameTypeDescription
$numint

number of part starting with 1 for first part

Returns
TypeDescription
\Zend_Mail_Partwanted part
Throws
ExceptionDescription
\Zend_Mail_Exception
methodpublicgetSize() : int

Return size of part

Quite simple implemented currently (not decoding). Handle with care.
Returns
TypeDescription
intsize
Documentation was generated by phpDocumentor 2.2.0 .