phpdbg_clear
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.6.0, PHP 7, PHP 8)
Clears all breakpoints
Description
phpdbg_clear(): void
Clear all breakpoints that have been set, either via one of the phpdbg_break_*() functions or interactively in the console.
Parameters Parameters
Return Values
Void