App下載

詞條

大約有 5,000 項符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,250 項。(搜索耗時:0.0045秒)

1991.PHP8 需求

如果要使用 readline 函數(shù),必須安裝 libreadline??梢栽?GNU readline 項目主頁找到 libreadline,在 ? http://cnswww.cns.cwru.edu/~chet/readline/rltop.html。由 Chet Ramey 維護(hù),他也是 Bash 的作者。也能使用非 GPL 的 libedit 庫來替代 readline 庫,libedit ...

http://www.o2fo.com/phpchinese/php8-requirements+.html

1992.PHP8 readline_add_history — 添加一行到歷史

readline_add_history — 添加一行到歷史說明readline_add_history(string $prompt): bool此函數(shù)添加一行到命令行歷史。參數(shù)prompt添加到歷史中的行。返回值成功時返回 true, 或者在失敗時返回 false。

http://www.o2fo.com/phpchinese/php8-readline-add-history.html

1993.PHP8 readline_callback_handler_remove — 移除之前已安裝的回調(diào)函數(shù)句柄并且恢復(fù)終端設(shè)置

readline_callback_handler_remove — 移除之前已安裝的回調(diào)函數(shù)句柄并且恢復(fù)終端設(shè)置說明readline_callback_handler_remove(): bool移除之前已安裝的回調(diào)句柄并且恢復(fù)終端設(shè)置。參數(shù)此函數(shù)沒有參數(shù)。返回值如果移除了之前已安裝的回調(diào)句柄,...

http://www.o2fo.com/phpchinese/php8-readline-callback-handler-remove.html

1994.PHP8 readline_clear_history — 清除歷史

readline_clear_history — 清除歷史說明readline_clear_history(): bool這個函數(shù)清除全部的命令行歷史。參數(shù)此函數(shù)沒有參數(shù)。返回值成功時返回 true, 或者在失敗時返回 false。

http://www.o2fo.com/phpchinese/php8-readline-clear-history.html

1995.PHP8 readline_completion_function — 注冊完成函數(shù)

readline_completion_function — 注冊完成函數(shù)說明readline_completion_function(callable $callback): bool這個函數(shù)注冊完成函數(shù)。這與在使用 Bash 時按下 Tab 鍵將獲得的功能相同。參數(shù)callback必須提供現(xiàn)有的函數(shù)名,該函數(shù)接受部分命令行并返回可...

http://www.o2fo.com/phpchinese/php8-readline-completion-function.html

1996.PHP8 readline_info — 獲取/設(shè)置各種 readline 內(nèi)部變量

readline_info — 獲取/設(shè)置各種 readline 內(nèi)部變量 說明readline_info(?string $var_name = null, int|string|bool|null $value = null): mixed 獲取/設(shè)置各種 readline 內(nèi)部變量。 參數(shù) var_name 變量名。 value 如果提供,將是設(shè)置的新值。 返回值 如果調(diào)用時沒有...

http://www.o2fo.com/phpchinese/php8-readline-info.html

1997.PHP8 readline_list_history — 獲取歷史

readline_list_history — 獲取歷史說明readline_list_history(): array獲取完整命令行歷史。參數(shù)此函數(shù)沒有參數(shù)。返回值返回完整命令行歷史的數(shù)組。元素的索引為整數(shù),從零開始。

http://www.o2fo.com/phpchinese/php8-readline-list-history.html

1998.PHP8 readline_on_new_line — 通知 readline 將光標(biāo)移動到新行

readline_on_new_line — 通知 readline 將光標(biāo)移動到新行說明readline_on_new_line(): void告訴 readline 將光標(biāo)移動到新行。參數(shù)此函數(shù)沒有參數(shù)。返回值沒有返回值。注釋注意:此函數(shù)僅在底層 readline 庫支持時可用。不支持 Windows。

http://www.o2fo.com/phpchinese/php8-readline-on-new-line.html

1999.PHP8 readline_read_history — 讀取歷史

readline_read_history — 讀取歷史 說明readline_read_history(?string $filename = null): bool 這個函數(shù)從文件中讀取命令歷史。 參數(shù) filename 包含命令行歷史的文件路徑。 返回值 成功時返回 true, 或者在失敗時返回 false。 更新日志 版本 說明 8.0....

http://www.o2fo.com/phpchinese/php8-readline-read-history.html

2000.PHP8 readline_redisplay — 重繪顯示區(qū)

readline_redisplay — 重繪顯示區(qū)說明readline_redisplay(): voidreadline 重繪用于重繪顯示區(qū)。參數(shù)此函數(shù)沒有參數(shù)。返回值沒有返回值。

http://www.o2fo.com/phpchinese/php8-readline-redisplay.html

抱歉,暫時沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

1991.PHP8 需求

如果要使用 readline 函數(shù),必須安裝 libreadline??梢栽?GNU readline 項目主頁找到 libreadline,在 ? http://cnswww.cns.cwru.edu/~chet/readline/rltop.html。由 Chet Ramey 維護(hù),他也是 Bash 的作者。也能使用非 GPL 的 libedit 庫來替代 readline 庫,libedit ...

http://www.o2fo.com/phpchinese/php8-requirements+.html

1992.PHP8 readline_add_history — 添加一行到歷史

readline_add_history — 添加一行到歷史說明readline_add_history(string $prompt): bool此函數(shù)添加一行到命令行歷史。參數(shù)prompt添加到歷史中的行。返回值成功時返回 true, 或者在失敗時返回 false。

http://www.o2fo.com/phpchinese/php8-readline-add-history.html

1993.PHP8 readline_callback_handler_remove — 移除之前已安裝的回調(diào)函數(shù)句柄并且恢復(fù)終端設(shè)置

readline_callback_handler_remove — 移除之前已安裝的回調(diào)函數(shù)句柄并且恢復(fù)終端設(shè)置說明readline_callback_handler_remove(): bool移除之前已安裝的回調(diào)句柄并且恢復(fù)終端設(shè)置。參數(shù)此函數(shù)沒有參數(shù)。返回值如果移除了之前已安裝的回調(diào)句柄,...

http://www.o2fo.com/phpchinese/php8-readline-callback-handler-remove.html

1994.PHP8 readline_clear_history — 清除歷史

readline_clear_history — 清除歷史說明readline_clear_history(): bool這個函數(shù)清除全部的命令行歷史。參數(shù)此函數(shù)沒有參數(shù)。返回值成功時返回 true, 或者在失敗時返回 false。

http://www.o2fo.com/phpchinese/php8-readline-clear-history.html

1995.PHP8 readline_completion_function — 注冊完成函數(shù)

readline_completion_function — 注冊完成函數(shù)說明readline_completion_function(callable $callback): bool這個函數(shù)注冊完成函數(shù)。這與在使用 Bash 時按下 Tab 鍵將獲得的功能相同。參數(shù)callback必須提供現(xiàn)有的函數(shù)名,該函數(shù)接受部分命令行并返回可...

http://www.o2fo.com/phpchinese/php8-readline-completion-function.html

1996.PHP8 readline_info — 獲取/設(shè)置各種 readline 內(nèi)部變量

readline_info — 獲取/設(shè)置各種 readline 內(nèi)部變量 說明readline_info(?string $var_name = null, int|string|bool|null $value = null): mixed 獲取/設(shè)置各種 readline 內(nèi)部變量。 參數(shù) var_name 變量名。 value 如果提供,將是設(shè)置的新值。 返回值 如果調(diào)用時沒有...

http://www.o2fo.com/phpchinese/php8-readline-info.html

1997.PHP8 readline_list_history — 獲取歷史

readline_list_history — 獲取歷史說明readline_list_history(): array獲取完整命令行歷史。參數(shù)此函數(shù)沒有參數(shù)。返回值返回完整命令行歷史的數(shù)組。元素的索引為整數(shù),從零開始。

http://www.o2fo.com/phpchinese/php8-readline-list-history.html

1998.PHP8 readline_on_new_line — 通知 readline 將光標(biāo)移動到新行

readline_on_new_line — 通知 readline 將光標(biāo)移動到新行說明readline_on_new_line(): void告訴 readline 將光標(biāo)移動到新行。參數(shù)此函數(shù)沒有參數(shù)。返回值沒有返回值。注釋注意:此函數(shù)僅在底層 readline 庫支持時可用。不支持 Windows。

http://www.o2fo.com/phpchinese/php8-readline-on-new-line.html

1999.PHP8 readline_read_history — 讀取歷史

readline_read_history — 讀取歷史 說明readline_read_history(?string $filename = null): bool 這個函數(shù)從文件中讀取命令歷史。 參數(shù) filename 包含命令行歷史的文件路徑。 返回值 成功時返回 true, 或者在失敗時返回 false。 更新日志 版本 說明 8.0....

http://www.o2fo.com/phpchinese/php8-readline-read-history.html

2000.PHP8 readline_redisplay — 重繪顯示區(qū)

readline_redisplay — 重繪顯示區(qū)說明readline_redisplay(): voidreadline 重繪用于重繪顯示區(qū)。參數(shù)此函數(shù)沒有參數(shù)。返回值沒有返回值。

http://www.o2fo.com/phpchinese/php8-readline-redisplay.html

抱歉,暫時沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程