[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Amf/Request/ -> Http.php (summary)

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
Version: $Id$
File Size: 80 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Amf_Request_Http:: (2 methods):
  __construct()
  getRawRequest()


Class: Zend_Amf_Request_Http  - X-Ref

AMF Request object -- Request via HTTP

Extends {@link Zend_Amf_Request} to accept a request via HTTP. Request is
built at construction time using a raw POST; if no data is available, the
request is declared a fault.

__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 AMF body is invalid, the request is declared a
fault.

return: void

getRawRequest()   X-Ref
Retrieve raw AMF Request

return: string



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1