body() static public method

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