I'm not experienced in PHP and I'm, using:
error_log("big array:" . print_r($bigArray, true));
to look at what's inside a big array but it looks like the output is cut off before I get to the interesting stuff in the output like so:
...
[4] => Array
(
[id] => 100039235
[start] => 11:00
[end] => 19:00
[punches] => Array
(
[0] => Array
(
[id] => 6319
[comment] =>
Is this expected? Are there other ways or workarounds to get more of the array logged out?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…