[php] PHP에서 JSON POST 데이터 받기, file_get_contents ■ PHP에서 JSON POST 데이터 받기, file_get_contents ■ 사용법 $data = json_decode(file_get_contents('php://input')); print_r($data); PHP 2022.01.17