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 ループでは:
<?php $x=array("one","two","three"); foreach ($x as $value) { echo $value . "<br>"; } ?>
foreach ループの外側で文字列 "two" に個別にアクセスするにはどうすればよいでしょうか? 印刷する必要はありません。アクセス方法を知る必要があるだけです。