phpdbg_prompt

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

phpdbg_promptコマンドのプロンプトを設定する

説明

phpdbg_prompt(string $string): void

コマンドのプロンプトを、指定された string に設定します。

パラメータ

string

コマンドのプロンプトとして使う文字列。

戻り値

値を返しません。

参考

add a note add a note

User Contributed Notes

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