Basically I want some function like array_as_php which is essentially the inverse of eval : $array = array( '1' => 'b', '2' => 'c' ); echo ...
確定! 回上一頁