function p($arr,$Charset = 'utf-8'){
if (!empty($Charset)) {
header("Content-Type: text/html; charset=$Charset");
}
dump($arr,1,'',0);
}
function p($arr,$Charset = 'utf-8'){
if (!empty($Charset)) {
header("Content-Type: text/html; charset=$Charset");
}
dump($arr,1,'',0);
}