6
จะใช้ 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": 226167, "first_post_likes": 7, "last_post_date": 1369094302, "last_post_id": 228226, "last_post_user_id": …