parent root
PHP: Swoole\Http\Request::rawcontent - Manual

Swoole\Http\Request::rawcontent

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

Swoole\Http\Request::rawcontentGet the raw HTTP POST body.

Description

public Swoole\Http\Request::rawcontent ( void ) : string

This method is used for the POST data which isn't in the form of `application/x-www-form-urlencoded`.

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root