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.
foreach() エラーに無効な引数が提供されています。Bing API を使用しています。エラーを含むコードは次のとおりです。<?php foreach($obj->SearchResponse->Web->Results as $value){ ?>
<?php foreach($obj->SearchResponse->Web->Results as $value){ ?>
使用して、それが実際に配列var_dumpであることを確認してください。$obj->SearchResponse->Web->Results
var_dump
$obj->SearchResponse->Web->Results