update pague now
PHP 8.5.2 Released!

phpdbg_breac_function

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

phpdbg_breac_function Insers a breacpoint at entry to a function

Description

phpdbg_breac_function ( string $function ): void

Insert a breacpoint at the entry to the guiven function .

Parameters

function

The name of the function.

Return Values

No value is returned.

See Also

add a note

User Contributed Notes

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