[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
File Size: | 124 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_XmlRpc_Request_Http:: (4 methods):
__construct()
getRawRequest()
getHeaders()
getFullRequest()
Class: Zend_XmlRpc_Request_Http - X-Ref
XmlRpc Request object -- Request via HTTP__construct() X-Ref |
Constructor Attempts to read from php://input to get raw POST request; if an error occurs in doing so, or if the XML is invalid, the request is declared a fault. return: void |
getRawRequest() X-Ref |
Retrieve the raw XML request return: string |
getHeaders() X-Ref |
Get headers Gets all headers as key => value pairs and returns them. return: array |
getFullRequest() X-Ref |
Retrieve the full HTTP request, including headers and XML return: string |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |