<?php $string = "'id_konversi_aktivitas' => 'f4d\'943e7', 'nim' => '180218038'"; preg_match_all("~'(.+?)' *=> *'(.+?)'(,|$)~",$string,$match); $array = array_combine($match[1],$match[2]); var_dump($array);
You have javascript disabled. You will not be able to edit any code.