phpdbg_break_file

(PHP 5 >= 5.6.3, PHP 7, PHP 8)

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

説明

phpdbg_break_file(string $file, int $line): void

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

パラメータ

file

ファイル名

line

行番号

返り値

値を返しません。

参考

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top