readline_on_new_line

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

readline_on_new_line通知 readline 将光标移动到新行

说明

readline_on_new_line(): void

告诉 readline 将光标移动到新行。

参数

此函数没有参数。

返回值

没有返回值。

注释

注意:

此函数仅在底层 readline 库支持时可用。不支持 Windows。

add a note

User Contributed Notes

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