App下載

詞條

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

571.PHP8 運行時配置

這些函數(shù)的行為受 php.ini 中的設(shè)置影響。 FFI 配置選項 名字 默認(rèn) 可修改范圍 更新日志 ffi.enable "preload" PHP_INI_SYSTEM ffi.preload "" PHP_INI_SYSTEM 有關(guān) PHP_INI_* 樣式的更多詳情與定義,見 配置可被設(shè)定范圍。這是配置指令的簡短說明...

http://www.o2fo.com/phpchinese/php8--runtime--configuration.html

572.PHP8 簡介

OPcache 通過將 PHP 腳本預(yù)編譯的字節(jié)碼存儲到共享內(nèi)存中來提升 PHP 的性能, 存儲預(yù)編譯字節(jié)碼的好處就是 省去了每次加載和解析 PHP 腳本的開銷。PHP 5.5.0 及后續(xù)版本中已經(jīng)綁定了 OPcache 擴展。 對于 PHP 5.2,5.3 和 5.4 版本可以使...

http://www.o2fo.com/phpchinese/introduction-OF-php8.html

573.PHP8 ob_clean — 清空(擦掉)輸出緩沖區(qū)

(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)ob_clean — 清空(擦掉)輸出緩沖區(qū)說明ob_clean(): bool此函數(shù)用來丟棄輸出緩沖區(qū)中的內(nèi)容。此函數(shù)不會像 ob_end_clean() 函數(shù)那樣銷毀輸出緩沖區(qū)。輸出緩沖必須已被 ob_start() 以 PHP_OUTPUT_HANDLER_CLEANABLE ...

http://www.o2fo.com/phpchinese/php8-ob-clean.html

574.PHP8 ob_get_contents — 返回輸出緩沖區(qū)的內(nèi)容

(PHP 4, PHP 5, PHP 7, PHP 8)ob_get_contents — 返回輸出緩沖區(qū)的內(nèi)容說明ob_get_contents(): string|false只是得到輸出緩沖區(qū)的內(nèi)容,但不清除它。參數(shù)此函數(shù)沒有參數(shù)。返回值此函數(shù)返回輸出緩沖區(qū)的內(nèi)容,或者如果輸出緩沖區(qū)無效將返回 fals...

http://www.o2fo.com/phpchinese/php8-ob-get-contents.html

575.PHP8 ob_get_length — 返回輸出緩沖區(qū)內(nèi)容的長度

(PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8)ob_get_length — 返回輸出緩沖區(qū)內(nèi)容的長度說明ob_get_length(): int|false將返回輸出緩沖區(qū)內(nèi)容的長度,單位為字節(jié)。參數(shù)此函數(shù)沒有參數(shù)。返回值返回輸出緩沖區(qū)內(nèi)容的長度,單位為字節(jié);如果緩沖區(qū)無...

http://www.o2fo.com/phpchinese/php8-ob-get-length.html

576.PHP8 cli_set_process_title — 設(shè)置進程標(biāo)題

(PHP 5 >= 5.5.0, PHP 7, PHP 8)cli_set_process_title — 設(shè)置進程標(biāo)題說明cli_set_process_title(string $title): bool設(shè)置進程標(biāo)題在top、ps等工具中可見。該功能僅在CLI模式下可用。參數(shù)title新的標(biāo)題。返回值成功時返回 true, 或者在失敗時返回 false...

http://www.o2fo.com/phpchinese/php8-cli-set-process-title---set-the-process-title.html

577.PHP8 get_include_path — 獲取當(dāng)前的 include_path 配置選項

(PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8)get_include_path — 獲取當(dāng)前的 include_path 配置選項說明get_include_path(): string|false獲取當(dāng)前 include_path 配置選項的值。參數(shù)此函數(shù)沒有參數(shù)。返回值返回字符串的路徑, 或者在失敗時返回 false。示例示例 ...

http://www.o2fo.com/phpchinese/get-include-path.html

578.PHP8 putenv — 設(shè)置環(huán)境變量的值

(PHP 4, PHP 5, PHP 7, PHP 8)putenv — 設(shè)置環(huán)境變量的值說明putenv(string $assignment): bool添加 assignment 到服務(wù)器環(huán)境變量。 環(huán)境變量僅存活于當(dāng)前請求期間。 在請求結(jié)束時環(huán)境會恢復(fù)到初始狀態(tài)。參數(shù)assignment設(shè)置,例如 "FOO=BAR"返回值成功...

http://www.o2fo.com/phpchinese/php8-putenv.html

579.PHP8 sys_get_temp_dir — 返回用于臨時文件的目錄

(PHP 5 >= 5.2.1, PHP 7, PHP 8)sys_get_temp_dir — 返回用于臨時文件的目錄說明sys_get_temp_dir(): string返回 PHP 儲存臨時文件的默認(rèn)目錄的路徑。參數(shù)此函數(shù)沒有參數(shù)。返回值返回臨時目錄的路徑。示例示例 #1 sys_get_temp_dir() 例子<?php // 使...

http://www.o2fo.com/phpchinese/php8-sys-get-temp-dir.html

580.PHP8 zend_thread_id — 返回當(dāng)前線程的唯一識別符

(PHP 5, PHP 7, PHP 8)zend_thread_id — 返回當(dāng)前線程的唯一識別符說明zend_thread_id(): int該函數(shù)返回當(dāng)前線程的唯一識別符。參數(shù)此函數(shù)沒有參數(shù)。返回值以整型(integer)返回線程的 ID。實例示例 #1 zend_thread_id() 例子<?php $thread_id = zend_t...

http://www.o2fo.com/phpchinese/php8-zend-thread-id.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

571.PHP8 運行時配置

這些函數(shù)的行為受 php.ini 中的設(shè)置影響。 FFI 配置選項 名字 默認(rèn) 可修改范圍 更新日志 ffi.enable "preload" PHP_INI_SYSTEM ffi.preload "" PHP_INI_SYSTEM 有關(guān) PHP_INI_* 樣式的更多詳情與定義,見 配置可被設(shè)定范圍。這是配置指令的簡短說明...

http://www.o2fo.com/phpchinese/php8--runtime--configuration.html

572.PHP8 簡介

OPcache 通過將 PHP 腳本預(yù)編譯的字節(jié)碼存儲到共享內(nèi)存中來提升 PHP 的性能, 存儲預(yù)編譯字節(jié)碼的好處就是 省去了每次加載和解析 PHP 腳本的開銷。PHP 5.5.0 及后續(xù)版本中已經(jīng)綁定了 OPcache 擴展。 對于 PHP 5.2,5.3 和 5.4 版本可以使...

http://www.o2fo.com/phpchinese/introduction-OF-php8.html

573.PHP8 ob_clean — 清空(擦掉)輸出緩沖區(qū)

(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)ob_clean — 清空(擦掉)輸出緩沖區(qū)說明ob_clean(): bool此函數(shù)用來丟棄輸出緩沖區(qū)中的內(nèi)容。此函數(shù)不會像 ob_end_clean() 函數(shù)那樣銷毀輸出緩沖區(qū)。輸出緩沖必須已被 ob_start() 以 PHP_OUTPUT_HANDLER_CLEANABLE ...

http://www.o2fo.com/phpchinese/php8-ob-clean.html

574.PHP8 ob_get_contents — 返回輸出緩沖區(qū)的內(nèi)容

(PHP 4, PHP 5, PHP 7, PHP 8)ob_get_contents — 返回輸出緩沖區(qū)的內(nèi)容說明ob_get_contents(): string|false只是得到輸出緩沖區(qū)的內(nèi)容,但不清除它。參數(shù)此函數(shù)沒有參數(shù)。返回值此函數(shù)返回輸出緩沖區(qū)的內(nèi)容,或者如果輸出緩沖區(qū)無效將返回 fals...

http://www.o2fo.com/phpchinese/php8-ob-get-contents.html

575.PHP8 ob_get_length — 返回輸出緩沖區(qū)內(nèi)容的長度

(PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8)ob_get_length — 返回輸出緩沖區(qū)內(nèi)容的長度說明ob_get_length(): int|false將返回輸出緩沖區(qū)內(nèi)容的長度,單位為字節(jié)。參數(shù)此函數(shù)沒有參數(shù)。返回值返回輸出緩沖區(qū)內(nèi)容的長度,單位為字節(jié);如果緩沖區(qū)無...

http://www.o2fo.com/phpchinese/php8-ob-get-length.html

576.PHP8 cli_set_process_title — 設(shè)置進程標(biāo)題

(PHP 5 >= 5.5.0, PHP 7, PHP 8)cli_set_process_title — 設(shè)置進程標(biāo)題說明cli_set_process_title(string $title): bool設(shè)置進程標(biāo)題在top、ps等工具中可見。該功能僅在CLI模式下可用。參數(shù)title新的標(biāo)題。返回值成功時返回 true, 或者在失敗時返回 false...

http://www.o2fo.com/phpchinese/php8-cli-set-process-title---set-the-process-title.html

577.PHP8 get_include_path — 獲取當(dāng)前的 include_path 配置選項

(PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8)get_include_path — 獲取當(dāng)前的 include_path 配置選項說明get_include_path(): string|false獲取當(dāng)前 include_path 配置選項的值。參數(shù)此函數(shù)沒有參數(shù)。返回值返回字符串的路徑, 或者在失敗時返回 false。示例示例 ...

http://www.o2fo.com/phpchinese/get-include-path.html

578.PHP8 putenv — 設(shè)置環(huán)境變量的值

(PHP 4, PHP 5, PHP 7, PHP 8)putenv — 設(shè)置環(huán)境變量的值說明putenv(string $assignment): bool添加 assignment 到服務(wù)器環(huán)境變量。 環(huán)境變量僅存活于當(dāng)前請求期間。 在請求結(jié)束時環(huán)境會恢復(fù)到初始狀態(tài)。參數(shù)assignment設(shè)置,例如 "FOO=BAR"返回值成功...

http://www.o2fo.com/phpchinese/php8-putenv.html

579.PHP8 sys_get_temp_dir — 返回用于臨時文件的目錄

(PHP 5 >= 5.2.1, PHP 7, PHP 8)sys_get_temp_dir — 返回用于臨時文件的目錄說明sys_get_temp_dir(): string返回 PHP 儲存臨時文件的默認(rèn)目錄的路徑。參數(shù)此函數(shù)沒有參數(shù)。返回值返回臨時目錄的路徑。示例示例 #1 sys_get_temp_dir() 例子<?php // 使...

http://www.o2fo.com/phpchinese/php8-sys-get-temp-dir.html

580.PHP8 zend_thread_id — 返回當(dāng)前線程的唯一識別符

(PHP 5, PHP 7, PHP 8)zend_thread_id — 返回當(dāng)前線程的唯一識別符說明zend_thread_id(): int該函數(shù)返回當(dāng)前線程的唯一識別符。參數(shù)此函數(shù)沒有參數(shù)。返回值以整型(integer)返回線程的 ID。實例示例 #1 zend_thread_id() 例子<?php $thread_id = zend_t...

http://www.o2fo.com/phpchinese/php8-zend-thread-id.html

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

w3cschool 建議您:

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

熱門課程