RsD0p9BK
12/27/2016 - 4:39 AM

php__array_values.php

// Removing array index reference when using json_encode in php

$arr = json_encode(array_values($arr));

// http://stackoverflow.com/questions/20372982/removing-array-index-reference-when-using-json-encode-in-php