REST API 가져오기
페이지 정보

본문
$url = "http://blah`blah";
$result = file_get_contents($url); // 전송 ~ 결과값 반환
$data = json_decode($result, true); // 반환된 결과를 json으로 변환한다.
- 이전글폴더내 파일명 가져오기 21.03.11
- 다음글양쪽 모두에서 공백 제거하기 - trim() 20.06.27
댓글목록
등록된 댓글이 없습니다.

$url = "http://blah`blah";
$result = file_get_contents($url); // 전송 ~ 결과값 반환
$data = json_decode($result, true); // 반환된 결과를 json으로 변환한다.
등록된 댓글이 없습니다.