我想做类似的事情:
error_log('this is information about the variable: '.print_r($variable));
或者
error_log('this is information about the variable: '.var_dump($variable));
仅供参考,我要打印的变量是一个数组。
我想做类似的事情:
error_log('this is information about the variable: '.print_r($variable));
或者
error_log('this is information about the variable: '.var_dump($variable));
仅供参考,我要打印的变量是一个数组。