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

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

json 파일 배열질문입니다.

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

array형식 중복데이터제외 개수구하기

$data [{홍길동:남자} {강호동:남자} {이서희:여자}]   이런 3개의 object로 되어있는 array가 있을떄   $data.length나 coun...