PHP 8.1.28 Released!

phpdbg_break_function

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

phpdbg_break_function関数のエントリにブレークポイントを挿入する

説明

phpdbg_break_function(string $function): void

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

パラメータ

function

関数の名前

戻り値

値を返しません。

参考

add a note

User Contributed Notes

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