1552. Class

1552.1. Zend\XmlRpc\Request\Stdin

XmlRpc Request object – Request via STDIN

Extends {@link Zend_XmlRpc_Request} to accept a request via STDIN. Request is built at construction time using data from STDIN; if no data is available, the request is declared a fault.

1552.1.1. Methods

1552.1.1.1. __construct

__construct()

Constructor

Attempts to read from php://stdin to get raw POST request; if an error occurs in doing so, or if the XML is invalid, the request is declared a fault.

1552.1.1.2. getRawRequest

getRawRequest()

Retrieve the raw XML request

Return type:string

Project Versions

Table Of Contents

Previous topic

1551. Class

Next topic

1553. Class

This Page