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.
如何仅将非内置函数或类方法跟踪到文件中?
我使用过 xdebug,但它似乎跟踪了所有内置或非内置函数的函数。Xdebug 是否具有以这种方式处理跟踪的功能,或者有人可以引入一些工具来满足我的需要吗?谢谢
您可以构建一个内置函数列表(使用 get_defined_functions)并将它们剥离。xdebug 跟踪格式是一种文本格式。