App下載

詞條

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

581.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://m.o2fo.com/phpchinese/php8-putenv.html

582.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://m.o2fo.com/phpchinese/php8-sys-get-temp-dir.html

583.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://m.o2fo.com/phpchinese/php8-zend-thread-id.html

584.PHP8 預(yù)定義常量

下列常量由此擴展定義,且僅在此擴展編譯入 PHP 或在運行時動態(tài)載入時可用。PHPDBG_VERSION (string)PHPDBG_FILE (int)Removed as of PHP 7.3.0.PHPDBG_METHOD (int)Removed as of PHP 7.3.0.PHPDBG_LINENO (int)Removed as of PHP 7.3.0.PHPDBG_FUNC (int)Removed as of PHP 7.3.0.PHPDB...

http://m.o2fo.com/phpchinese/php8-predefined-constants--.html

585.PHP8 示例

...言之,擴展的代碼在調(diào)用 xhprof_disable() 函數(shù)后結(jié)束。<?php xhprof_enable(XHPROF_FLAGS_CPU + XHPROF_FLAGS_MEMORY); for ($i = 0; $i <= 1000; $i++) { $a = $i * $i; } $xhprof_data = xhprof_disable(); $XHPROF_ROOT = "/tools/xhprof/"; include_once $XHPROF_ROOT . "/xhprof_lib/utils/xh...

http://m.o2fo.com/phpchinese/example-of-php8..html

586.PHP8 Bzip2函數(shù) bzcompress

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)bzcompress — 把一個字符串壓縮成 bzip2 編碼數(shù)據(jù)說明bzcompress(string $data, int $block_size = 4, int $work_factor = 0): string|intbzcompress() 壓縮了指定的字符串并以 bzip2 編碼返回數(shù)據(jù)。參數(shù)data待壓縮的字符串。block_...

http://m.o2fo.com/phpchinese/php8-bzip2-function-bzcompress.html

587.PHP8 Bzip2函數(shù) bzdecompress

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)bzdecompress — 解壓經(jīng) bzip2 編碼過的數(shù)據(jù)說明bzdecompress(string $data, bool $use_less_memory = false): string|int|falsebzdecompress() 解壓了包含 bzip2 壓縮數(shù)據(jù)的指定字符串。參數(shù)data要解壓的字符串。use_less_memory如果為...

http://m.o2fo.com/phpchinese/php8-bzip2-function-bzdecompress.html

588.PHP8 Bzip2函數(shù) bzerror

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)bzerror — 返回包含 bzip2 錯誤號和錯誤字符串的一個 array說明bzerror(resource $bz): array返回文件指針中返回的 bzip2 錯誤的錯誤號和錯誤字符串。參數(shù) ?bz文件指針。它必須是有效的并且指向 bzopen() 成功...

http://m.o2fo.com/phpchinese/php8-bzip2-function-bzero.html

589.PHP8 Bzip2函數(shù) bzopen

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)bzopen — 打開 bzip2 壓縮文件說明bzopen(string|resource $file, string $mode): resource|falsebzopen() 打開一個 bzip2(.bz2)文件用于讀或?qū)憽?shù)file待打開的文件的文件名,或者已經(jīng)存在的資源流。mode支持 'r'(讀...

http://m.o2fo.com/phpchinese/php8-bzip2-function-bzopen.html

590.PHP8 Bzip2函數(shù) bzread

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)bzread — bzip2 文件二進制安全地讀取說明bzread(resource $bz, int $length = 1024): string|falsebzread() 從指定的 bzip2 文件指針中讀取數(shù)據(jù)。讀取到 length(未經(jīng)壓縮的長度)個字節(jié),或者到文件尾,取決于先到哪...

http://m.o2fo.com/phpchinese/php8-bzip2-function-bzread.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

581.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://m.o2fo.com/phpchinese/php8-putenv.html

582.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://m.o2fo.com/phpchinese/php8-sys-get-temp-dir.html

583.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://m.o2fo.com/phpchinese/php8-zend-thread-id.html

584.PHP8 預(yù)定義常量

下列常量由此擴展定義,且僅在此擴展編譯入 PHP 或在運行時動態(tài)載入時可用。PHPDBG_VERSION (string)PHPDBG_FILE (int)Removed as of PHP 7.3.0.PHPDBG_METHOD (int)Removed as of PHP 7.3.0.PHPDBG_LINENO (int)Removed as of PHP 7.3.0.PHPDBG_FUNC (int)Removed as of PHP 7.3.0.PHPDB...

http://m.o2fo.com/phpchinese/php8-predefined-constants--.html

585.PHP8 示例

...言之,擴展的代碼在調(diào)用 xhprof_disable() 函數(shù)后結(jié)束。<?php xhprof_enable(XHPROF_FLAGS_CPU + XHPROF_FLAGS_MEMORY); for ($i = 0; $i <= 1000; $i++) { $a = $i * $i; } $xhprof_data = xhprof_disable(); $XHPROF_ROOT = "/tools/xhprof/"; include_once $XHPROF_ROOT . "/xhprof_lib/utils/xh...

http://m.o2fo.com/phpchinese/example-of-php8..html

586.PHP8 Bzip2函數(shù) bzcompress

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)bzcompress — 把一個字符串壓縮成 bzip2 編碼數(shù)據(jù)說明bzcompress(string $data, int $block_size = 4, int $work_factor = 0): string|intbzcompress() 壓縮了指定的字符串并以 bzip2 編碼返回數(shù)據(jù)。參數(shù)data待壓縮的字符串。block_...

http://m.o2fo.com/phpchinese/php8-bzip2-function-bzcompress.html

587.PHP8 Bzip2函數(shù) bzdecompress

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)bzdecompress — 解壓經(jīng) bzip2 編碼過的數(shù)據(jù)說明bzdecompress(string $data, bool $use_less_memory = false): string|int|falsebzdecompress() 解壓了包含 bzip2 壓縮數(shù)據(jù)的指定字符串。參數(shù)data要解壓的字符串。use_less_memory如果為...

http://m.o2fo.com/phpchinese/php8-bzip2-function-bzdecompress.html

588.PHP8 Bzip2函數(shù) bzerror

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)bzerror — 返回包含 bzip2 錯誤號和錯誤字符串的一個 array說明bzerror(resource $bz): array返回文件指針中返回的 bzip2 錯誤的錯誤號和錯誤字符串。參數(shù) ?bz文件指針。它必須是有效的并且指向 bzopen() 成功...

http://m.o2fo.com/phpchinese/php8-bzip2-function-bzero.html

589.PHP8 Bzip2函數(shù) bzopen

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)bzopen — 打開 bzip2 壓縮文件說明bzopen(string|resource $file, string $mode): resource|falsebzopen() 打開一個 bzip2(.bz2)文件用于讀或?qū)?。參?shù)file待打開的文件的文件名,或者已經(jīng)存在的資源流。mode支持 'r'(讀...

http://m.o2fo.com/phpchinese/php8-bzip2-function-bzopen.html

590.PHP8 Bzip2函數(shù) bzread

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)bzread — bzip2 文件二進制安全地讀取說明bzread(resource $bz, int $length = 1024): string|falsebzread() 從指定的 bzip2 文件指針中讀取數(shù)據(jù)。讀取到 length(未經(jīng)壓縮的長度)個字節(jié),或者到文件尾,取決于先到哪...

http://m.o2fo.com/phpchinese/php8-bzip2-function-bzread.html

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

w3cschool 建議您:

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

熱門課程