fetch body show in php code

48

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

Comments

Submit
0 Comments