[php] curl 유형 QS방식으로 변환하기.
2021.12.30 - [취업/PHP] - [php] curl 통신 유형 post,get,put, delete [php] curl 통신 유형 post,get,put, delete 차트 유형이 여러게 있는데 이렇게도 쓰더라. function CallAPI($method, $api, $data) { $url = "http://localhost:82/slimdemo/RESTAPI/" . $api; $curl = curl_init($url); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); switch ($method) { case kasumil.tistory.com 기존 코드들이 POST 방식의 Curl이었는데, 해당 방법은 qs 방식 Delete QueryString..