var_dump 与 XAMPP 或新的 EasyPhP 一起着色效果很好,但没有列出所有内容,如何配置它?

发布于 2024-12-09 23:06:44 字数 133 浏览 2 评论 0原文

var_dump 与 XAMPP 或新的 EasyPhP 一起着色效果很好,但没有列出所有内容,如何配置它?比如数组中有一个数组,它的列为:

array
...

我也想看看!有想法吗?

var_dump is good colored with XAMPP or new EasyPhP, but doensnt list everything, how to configure it? For example there is an array in array, and its listed as:

array
...

I want to see it too! Ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

土豪我们做朋友吧 2024-12-16 23:06:44

您的主机上可能启用了 xdebug。如果没有,您可以安装它。

使用 xdebug,您可以配置 var_dump 的输出

You might have xdebug enabled on your host. If not, you can install it.

With xdebug you can configure the output of var_dump.

半城柳色半声笛 2024-12-16 23:06:44

要以无限深度显示所有递归内容,您可以使用 xdebug.var_display_max_depth 变量配置 EasyPHP 的 Xdebug 模块设置为负值 (-1)。

For displaying all recursive content with inifinite depth you can configure your Xdebug module of EasyPHP with xdebug.var_display_max_depth variable set to a negative value (-1).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文