PHP8 phpdbg_clear — 清除所有断点
(PHP 5 >= 5.6.0, PHP 7, PHP 8)
phpdbg_clear — 清除所有断点。
说明
phpdbg_clear(): void
清除所有已设置的断点,无论是通过phpdbg_break_*()函数之一设置的,还是通过控制台进行交互设置的。
警告
本函数还未编写文档,仅有参数列表。
参数
此函数没有参数。
返回值
没有返回值。
参见
- phpdbg_break_file() - Inserts a breakpoint at a line in a file
- phpdbg_break_function() - Inserts a breakpoint at entry to a function
- phpdbg_break_method() - Inserts a breakpoint at entry to a method
- phpdbg_break_next() - Inserts a breakpoint at the next opcode