Why does the array php only cycle through the url key value?

clipboard.png

Php
Nov.27,2021

  

foreach ($arr as $key = > $value) {
echo $value ['url'];
}

Menu