寻找简单的方法来分析大型对象上的 var_dump (PHP)

发布于 2024-08-25 18:31:46 字数 1539 浏览 8 评论 0原文

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

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

发布评论

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

评论(4

起风了 2024-09-01 18:31:46

我只使用dBug

I'd just use dBug.

深爱不及久伴 2024-09-01 18:31:46

你可以看看 FirePHP。它使您能够将信息写入 firebug 控制台。如果将数组或对象写入日志并将鼠标悬停在其上,您将获得该数组内容的良好呈现。以下是一个简单示例的屏幕截图。

You could take a look at FirePHP. It enables you to write information to the firebug-console. If you write an array or object to the log and hover with your mouse over it, you get a nice presentation of the contents of that array. Here is a screenshot of a simple example.

回首观望 2024-09-01 18:31:46

我做了一个你应该喜欢的 var_dump 替代方案:

http://raveren.github.io/kint/

演示内容感知功能的屏幕截图:

Kint 截图
(来源:github.io

I made a var_dump alternative you should like:

http://raveren.github.io/kint/

Screenshot demonstrating content-aware features:

Kint screenshot
(source: github.io)

懒猫 2024-09-01 18:31:46

有趣的问题。我会根据一些递归函数制作我自己的 var_dump() 等效项。我认为通过一些参数(例如嵌套级别、某些元素名称等)来传递它可能非常有用。

Interesting question. I'd make my own var_dump() equivalent based on some recursive function. With some parameters (such as nesting level, certain element name, etc) to pass it could be quite useful I think.

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