可能重复:
创建使用 print_r 打印的数组
如何从使用print_r打印的数组的输出创建数组? 这也有一个很好的代码示例来解决这个问题
我需要反转作为输出的错误日志print_r($data,true)
。
示例数据如下所示:
Array
(
[subject] => this is the subject
[body] => <p>Dear user,</p><p>this is the body of the email</p>
[from_id] => 0
[from_email] => admin@karakas.org
[to] => Array
(
[0] => Array
(
[id] => 0
[email] => 64909
)
)
[send_to_inbox] => 1
)