Amf/Response.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-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Amf
- Version
- $Id: Response.php 24593 2012-01-05 20:35:02Z matthew $
Package: Zend\AmfHandles converting the PHP object ready for response back into AMF
- Children
- \Zend_Amf_Response_Http
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties



array $_bodies = array()
Array of Zend_Amf_Value_MessageBody objects
Default valuearray()
Details- Type
- array



array $_headers = array()
Array of Zend_Amf_Value_MessageHeader objects
Default valuearray()
Details- Type
- array



int $_objectEncoding = 0
Object encoding for response
Default value0
Details- Type
- int
Methods



getAmfHeaders() : array
Retrieve attached AMF message headers
ReturnsType | Description |
---|
array | Array of Zend_Amf_Value_MessageHeader objects |



getResponse() : string
Return the output stream content
ReturnsType | Description |
---|
string | The contents of the output stream |



setObjectEncoding(int $encoding) : \Zend_Amf_Response
Set the AMF encoding that will be used for serialization
ParametersName | Type | Description |
---|
$encoding | int | |
---|
Returns