phpdbg_break_method

メソッドのエントリにブレークポイントを挿入する

説明

void phpdbg_break_method(string $class, string $method)

指定された class の 指定された method にブレークポイントを挿入します。

パラメータ

class

クラスの名前

method

メソッドの名前

戻り値

値を返しません。

参考

  • phpdbg_break_file
  • phpdbg_break_function
  • phpdbg_break_next
  • phpdbg_clear