<?php $str = '["Elemento1", "Elemento2", "Elemento3", "Elemento4", "Elemento5", "Elemento6"]';$arr = json_decode($str); var_export($arr);
Standard input is empty
array ( 0 => 'Elemento1', 1 => 'Elemento2', 2 => 'Elemento3', 3 => 'Elemento4', 4 => 'Elemento5', 5 => 'Elemento6', )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!