cURLを使用してjSONデータを取得し、データをデコードする方法


95

それで、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": 2,
            "last_post_username": "Shady",
            "prefix_id": 19,
            "tinhte_xentag_tags": "a:4:{i:0;s:9:\"minecraft\";i:2;s:4:\"news\";i:3;s:14:\"private server\";i:1;s:10:\"shadycraft\";}",
            "content": {
                "count": 1,
                "content": {
                    "226167": {
                        "post_id": 226167,
                        "thread_id": 38752,
                        "user_id": 2,
                        "username": "Shady",
                        "post_date": 1366956695,
                        "message": "[ATTACH=full]4143[\/ATTACH]\n \nWe've completely restructured ShadyCraft, and today will be the launch of the ShadyCraft beta.\n \nCurrent Features\n[LIST]\n[*]Towns\n[*]Nations\n[*]All out wars\n[*]A live update map\n[*]No White-list\n[*]Earn Money\n[*]Griefing allowed where possible\n[\/LIST]\nThese are just some features which have a lot more things behind them. For instance, there is town and nation upkeep, tax, kingdoms, mayors, and kings.\n \nWe really wanted to have the server self-governed and this is why griefing and PvP are allowed where ever they are possible. All towns and nations cannot be griefed by other members. You can create a town and buy plots for it and expand the town as you wish.\n \n[SIZE=4]All of this is shown in the live updating map located [URL='http:\/\/50.7.6.116:8123']here[\/URL].[\/SIZE]\n \n[SIZE=4][SIZE=6]Join the Beta Now[\/SIZE][\/SIZE]\n[SIZE=6]Server-IP: 50.7.6.116[\/SIZE]\n \n \n[USER=118053]Frenchy[\/USER] and [USER=4863]Wolfbane[\/USER]",
                        "ip_id": 747429,
                        "message_state": "visible",
                        "attach_count": 1,
                        "position": 0,
                        "likes": 7,
                        "like_users": "a:5:{i:0;a:2:{s:7:\"user_id\";i:105699;s:8:\"username\";s:6:\"kvothe\";}i:1;a:2:{s:7:\"user_id\";i:146724;s:8:\"username\";s:12:\"Graveyard219\";}i:2;a:2:{s:7:\"user_id\";i:70182;s:8:\"username\";s:9:\"wmbrown18\";}i:3;a:2:{s:7:\"user_id\";i:5473;s:8:\"username\";s:9:\"Oblivious\";}i:4;a:2:{s:7:\"user_id\";i:118053;s:8:\"username\";s:7:\"Frenchy\";}}",
                        "warning_id": 0,
                        "warning_message": "",
                        "anonymous_posting_real_user_id": 0,
                        "anonymous_posting_real_username": ""
                    }
                }
            }
        }
    }
}

本当に興味があるのは

"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,

そして最後にメッセージ

[ATTACH=full]4143[/ATTACH]

We've completely restructured ShadyCraft, and today will be the launch of the ShadyCraft beta.

Current Features
[LIST]
[*]Towns
[*]Nations
[*]All out wars
[*]A live update map
[*]No White-list
[*]Earn Money
[*]Griefing allowed where possible
[/LIST]
These are just some features which have a lot more things behind them. For instance, there is town and nation upkeep, tax, kingdoms, mayors, and kings.

We really wanted to have the server self-governed and this is why griefing and PvP are allowed where ever they are possible. All towns and nations cannot be griefed by other members. You can create a town and buy plots for it and expand the town as you wish.

[SIZE=4]All of this is shown in the live updating map located [URL='http://50.7.6.116:8123']here[/URL].[/SIZE]

[SIZE=4][SIZE=6]Join the Beta Now[/SIZE][/SIZE]
[SIZE=6]Server-IP: 50.7.6.116[/SIZE]


[USER=118053]Frenchy[/USER] and [USER=4863]Wolfbane[/USER]

では、後で使用できるように、jSONオブジェクトを抽出してPHPの正しい変数に配置するにはどうすればよいですか?

以下のような変数:$username$user_id$message$title$discussionState、とのようにします。

jSONオブジェクトを取得する方法を知り、PHPで変数にデータを抽出するだけです。

PHP配列を取得できるようになりましたが、正しい値を呼び出すときに問題が発生します。これが配列です。

phanimeフォーラムをメインサイトに統合し始めてからかなりの時間が経過しています。これで、phanimeフォーラムとメインサイトとの統合が完了しました。phanimeを実行しているプラ​​ットフォームは2つではなく、1つだけであることに気づくでしょう。次のステップは、フォーラムにテーマを設定して、メインサイトのように見せることです![ip_id] => 268 [message_state] => visible [attach_count] => 0 [position] => 0 [likes] => 0 [like_users] => a:0:{} [warning_id] => 0 [warning_message] =>))))))

次に、この配列に名前が付けられ$array、最初の要素の値「[count]」を取得するには、次のように言うことはできません。print $array["[count]"] <-これはエラーを返します。

配列そのものの値を持つ要素、つまり要素についてはどうでしょうか[threads]。どうすれば[thread_id]要素の値を取得できますか?

回答:


262

これはあなたの質問に答えると思います:P

$url="https://.../api.php?action=getThreads&hash=123fajwersa&node_id=4&order_by=post_date&order=‌​desc&limit=1&grab_content&content_limit=1";

使用する cURL

//  Initiate curl
$ch = curl_init();
// Will return the response, if false it print the response
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
// Set the url
curl_setopt($ch, CURLOPT_URL,$url);
// Execute
$result=curl_exec($ch);
// Closing
curl_close($ch);

// Will dump a beauty json :3
var_dump(json_decode($result, true));

使用する file_get_contents

$result = file_get_contents($url);
// Will dump a beauty json :3
var_dump(json_decode($result, true));

へのアクセス

$array["threads"][13/* thread id */]["title"/* thread key */]

そして

$array["threads"][13/* thread id */]["content"/* thread key */]["content"][23/* post id */]["message" /* content key */];

1
私はjSONによって返されるPHP配列で作業している少しの困難で質問を更新しました。できればその下の部分を読んでください。
Maaz 2013年

こんにちは!私はあなたの答えのおかげで同様の問題に近づいていますが、それでもatmが詰まっています。見てください。stackoverflow.com/questions/28033267/...
レオン・ギャバン

そのとおり。CURLOPT_RETURNTRANSFER私に正しい結果を与える(y)ありがとう!
アリヤンディ2017

時間を費やした後、次の行を追加します// SSL検証を無効にするcurl_setopt($ ch、CURLOPT_SSL_VERIFYPEER、false); 結果を返します。
kta 2017

10

cURLを使用する必要がないオブジェクトを取得するには(別のdllをメモリにロードしていて、別の依存関係があります。curlが本当に必要な場合を除き、組み込みのphp関数を使用する必要があります)、1つの単純なphp file_get_contents(url)を使用できます。関数:http : //il1.php.net/manual/en/function.file-get-contents.php

$unparsed_json = file_get_contents("api.php?action=getThreads&hash=123fajwersa&node_id=4&order_by=post_date&order=desc&limit=1&grab_content&content_limit=1");

$json_object = json_decode($unparsed_json);

次に、json_decode()はJSONをPHPオブジェクトに解析するかtrue、2番目のパラメーターに渡した場合は配列を解析します。 http://php.net/manual/en/function.json-decode.php

例えば:

$json = '{"a":1,"b":2,"c":3,"d":4,"e":5}';

var_dump(json_decode($json));           // Object
var_dump(json_decode($json, true));     // Associative array

URLはどうですか?最初にjSONオブジェクトを取得して$ json変数に設定するにはどうすればよいですか?URLは次のとおりです。/api.php?action=getThreads&hash=123fajwersa&node_id=4&order_by=post_date&order=desc&limit=1&grab_content&content_limit=1 これはjSONオブジェクトを返します。
Maaz 2013年

1
私はjSONによって返されるPHP配列で作業している小さな難点で質問を更新しました。できればその下の部分を読んでください。
Maaz

これは誤りです。file_get_contents()にURLを渡すことはできません...ファイル名(パス)である必要があります。
Henrik Petterson 2017

@HenrikPetterson:file_get_contentsを使用すると、ローカルファイルだけでなく、URLをフェッチできます。cURLはより多くのオプションを提供しますが、最も単純なユースケースを除いて、すべての場合におそらくより良いオプションです。詳細については、ここをチェックしてください:php.net/manual/en/function.file-get-contents.php
ineedhelp

7

これをCurlに使用できます。

function fakeip()  
{  
    return long2ip( mt_rand(0, 65537) * mt_rand(0, 65535) );   
}  

function getdata($url,$args=false) 
{ 
    global $session; 
    $ch = curl_init(); 
    curl_setopt($ch, CURLOPT_URL,$url); 
    curl_setopt($ch, CURLOPT_HTTPHEADER, array("REMOTE_ADDR: ".fakeip(),"X-Client-IP: ".fakeip(),"Client-IP: ".fakeip(),"HTTP_X_FORWARDED_FOR: ".fakeip(),"X-Forwarded-For: ".fakeip())); 
    if($args) 
    { 
        curl_setopt($ch, CURLOPT_POST, 1); 
        curl_setopt($ch, CURLOPT_POSTFIELDS,$args); 
    } 
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 
    //curl_setopt($ch, CURLOPT_PROXY, "127.0.0.1:8888"); 
    $result = curl_exec ($ch); 
    curl_close ($ch); 
    return $result; 
} 

次に、Jsonを読むには:

$result=getdata("https://example.com");

次に:

///Deocde Json
$data = json_decode($result,true);
///Count
             $total=count($data);
             $Str='<h1>Total : '.$total.'';
             echo $Str;
//You Can Also Make In Table:
             foreach ($data as $key => $value)
              {
          echo '  <td><font  face="calibri"color="red">'.$value[type].'   </font></td><td><font  face="calibri"color="blue">'.$value[category].'   </font></td><td><font  face="calibri"color="green">'.$value[amount].'   </font></tr><tr>';

           }
           echo "</tr></table>";
           }

これも使用できます:

echo '<p>Name : '.$data['result']['name'].'</p>
      <img src="'.$data['result']['pic'].'"><br>';

これがお役に立てば幸いです。


これは私を助けました。しかし、ユースケースのforeach入力で$ dataを$ data ['result']に置き換える必要がありました。
Eaweb、



-2

あなたはこれを使うことができます:

curl_setopt_array($ch, $options);
$resultado = curl_exec($ch);
$info = curl_getinfo($ch);
print_r($info["url"]);
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.