개발에 대한 질문과 답변을 나누는 공간입니다

선택된 태그 내에서 검색 중: php ✕ array ✕ json ✕
모든 태그 해제
채택완료 1

json 파일 배열질문입니다.

[code]  $json_file = './data/recent.json';  $contents = file_get_contents($json_file);  $data = json_decode($contents,true);  ...