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.
特定の配列の最後の要素を選択する必要があります。たとえば、現在4番目または[3]に設定されているこの配列の最後の要素が必要です
end()配列の最後の要素を返します。
end()
$last = end($categories); echo $last['category_id'];
注:これにより、内部配列ポインターも設定されることに注意してください。