关于more elements...无法输出所有数组的问题

解决方法 在php.ini文件添加 xdebug.var_display_max_children = 10000

[xdebug]
xdebug.remote_enable = off
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "c:/fghjk/apache/tmp"
xdebug.show_local_vars=0
xdebug.var_display_max_children = 10000

posted @ 2020-03-31 08:54  不积跬步无至千里  阅读(224)  评论(0)    收藏  举报