[PHP] application/json으로 넘어온 데이터 파싱 (parse data passing by header Content-Type application/json)
PHP 2020. 3. 2. 17:52
<?php
$reqParam = json_decode(file_get_contents('php://input'), true);
<?php
$reqParam = json_decode(file_get_contents('php://input'), true);