cURL을 사용하여 jSON 데이터를 가져오고 데이터를 디코딩하는 방법은 무엇입니까?
따라서 jSON 객체를 반환하는 링크가 있으며이를 디코딩하여 PHP의 변수에 넣어야합니다. URL api.php?action=getThreads&hash=123fajwersa&node_id=4&order_by=post_date&order=desc&limit=1&grab_content&content_limit=1 이것이 반환하는 객체입니다. { "count": 1, "threads": { "38752": { "thread_id": 38752, "node_id": 4, "title": "The ShadyCraft Beta Launch!", "reply_count": 45, "view_count": 946, "user_id": 2, "username": "Shady", "post_date": 1366956695, "sticky": 0, "discussion_state": "visible", "discussion_open": 1, "discussion_type": "", "first_post_id": …