2024 PHP Conference Japan

phpdbg_break_method

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

phpdbg_break_method在進入方法時插入中斷點

說明

phpdbg_break_method(字串 $class, 字串 $method): void

在進入指定 class 的指定 method 時插入中斷點。

參數

class

類別的名稱。

method

方法的名稱。

傳回值

不傳回任何值。

參見

新增註解

使用者貢獻的註解

此頁面沒有使用者貢獻的註解。
To Top