php - Iterate through array and get key and value - Stack Overflow

php - Iterate through array and get key and value - Stack Overflow

瀏覽:769
日期:2026-04-21
I´d go for a recursive function: If a value is an array, call it again and otherwise display the key / value pair. Something like (not tested): function ......看更多