PHP
[php] PHP에서 JSON POST 데이터 받기, file_get_contents
chsr
2022. 1. 17. 09:54
728x90
반응형
■ PHP에서 JSON POST 데이터 받기, file_get_contents
■ 사용법
$data = json_decode(file_get_contents('php://input'));
print_r($data);
728x90
반응형