Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ツイートから展開された URL を取得する必要があります。私の間違ったコードは次のとおりです。
$twitter_data = json_decode($rss,true); for($i=0;$i<100;$i++){ $iurlx = $twitter_data['results'][$i]['entities']['urls']['expanded_url'];
これをできるだけ簡単に修正するにはどうすればよいですか?