标签: php
如何剥离多维数组中的所有值?
即
$my=array( 'title'=>'http:\/\/example.com', 'group'=>array( 'first'=>'lo\"\"la', 'second'=>'antver\"', ), ...... );