【发布时间】:2013-06-09 02:26:42
【问题描述】:
我想做这样的事情:
error_log('this is information about the variable: '.print_r($variable));
或
error_log('this is information about the variable: '.var_dump($variable));
仅供参考,我要打印的变量是一个数组。
【问题讨论】:
标签: php debugging error-logging