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 トレース形式はテキスト形式です。