PHP数组调试
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP数组调试相关的知识,希望对你有一定的参考价值。
a more useful way of printing php arrays in a nice readable format and able to decode serialized and json_encoded strings.
function debug_r($array=null,$dump=false,$string_type='serialize') { echo '<pre>'." "; { { if($dump) { }else{ } }else{ echo "Array empty"." "; } { switch($string_type) { default: case 'serialize': break; case 'json': break; } { if($dump) { }else{ } }else{ echo "Array empty"." "; } }else{ echo 'Invalid format'." "; } echo '</pre>'." "; }//end debug_r
以上是关于PHP数组调试的主要内容,如果未能解决你的问题,请参考以下文章