Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
var_dump 用 XAMPP 或新的 EasyPhP 着色很好,但没有列出所有内容,如何配置它?例如数组中有一个数组,其列为:
array ...
我也想看!想法?
要以无限深度显示所有递归内容,您可以配置 EasyPHP 的 Xdebug 模块,将xdebug.var_display_max_depth变量设置为负值 (-1)。
您可能在主机上启用了 xdebug。如果没有,您可以安装它。
使用 xdebug 您可以配置 var_dump 的输出。