php - Iterate through array and get key and value - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
php - Iterate through array and get key and value - Stack Overflow
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 ...