One way is using print_r(array, true)
and it will return string representation of array
↧
Answer by dino.keco for Fastest way to implode an associative array with keys
↧
One way is using print_r(array, true)
and it will return string representation of array