fetch body show in php code

PHP
$entityBody = file_get_contents('php://input');$entityBody = stream_get_contents(STDIN);
Source

Also in PHP: