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.
set -x使输出更加清晰,即您可以看到“幕后”、值替换以及实际完成的操作。set +x恢复默认行为。
set -x
set +x
您可以使用xdebug 扩展来跟踪 php 的执行情况,它也可以进行变量扩展和各种其他数据收集。