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.
我正在通过 lynx 调试一个 php 应用程序(带有 -dump 选项),并且我使用了很多调试变量。不幸的是,var_dump 的输出非常混乱,无论我将其转储到控制台还是文件中。有什么办法让它看起来更好吗?我正在使用 bash。
我更print_r喜欢var_dump. 我认为这是你只能用 PHP 得到的最好的东西。
print_r
var_dump
安装/激活 xdebug。它使您的 var_dump() 输出更漂亮。