phpdbg_break_file

ファイルの行にブレークポイントを挿入する

説明

void phpdbg_break_file(string $file, int $line)

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

パラメータ

file

ファイル名

line

行番号

戻り値

値を返しません。

参考

  • phpdbg_break_function
  • phpdbg_break_method
  • phpdbg_break_next
  • phpdbg_clear