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.
このオブジェクトにアクセスする最良の方法は何tag_idですか?
tag_id
Array ( [0] => stdClass Object ( [tag_id] => 100001 ) )
このような:
echo $var[0]->tag_id;