Now I got the string of an array, like this :$str = "array('a'=>1, 'b'=>2)"; How can I convert this string into real array ? Is there any "smart way" to do ...
確定! 回上一頁