您的输入看起来像一个JSON字符串,可以使用json_decode()函数进行转换:
json_decode("[2,0,[]]", true); /* Array ( 0 => 2, 1 => 0, 2 => Array ( ), ) */