body() static public method

Returns the request body from POST requests for example
static public body ( ) : array
return array
Beispiel #1
0
 public function testBody()
 {
     $this->assertEquals('', r::body());
 }