phpdbg_prompt
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.6.0, PHP 7, PHP 8)
Sets the command prompt
Description
phpdbg_prompt(string $string): void
Set the command prompt to the given string.
Parameters
stringThe string to use as command prompt.
Return Values
Void