Amfphp_Core_HttpRequestGatewayFactory::getRawPostData PHP Method

getRawPostData() protected static method

try $GLOBALS['HTTP_RAW_POST_DATA'] and php://input
protected static getRawPostData ( ) :
return
    protected static function getRawPostData()
    {
        return file_get_contents('php://input');
    }
Amfphp_Core_HttpRequestGatewayFactory