array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'swoole-http-request.rawcontent.php', 1 => 'Swoole\\Http\\Request::rawcontent', 2 => 'Get the raw HTTP POST body.', ), 'up' => array ( 0 => 'class.swoole-http-request.php', 1 => 'Swoole\\Http\\Request', ), 'prev' => array ( 0 => 'swoole-http-request.destruct.php', 1 => 'Swoole\\Http\\Request::__destruct', ), 'next' => array ( 0 => 'class.swoole-http-response.php', 1 => 'Swoole\\Http\\Response', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/swoole/swoole/http/request/rawcontent.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Swoole\Http\Request::rawcontent

(PECL swoole >= 1.9.0)

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

Beschreibung

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

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

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte