App下載

詞條

大約有 3,000 項符合查詢結果 ,庫內數(shù)據(jù)總量為 78,250 項。(搜索耗時:0.0046秒)

1071.PHP8 opcache_reset — 重置字節(jié)碼緩存的內容

(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL ZendOpcache >= 7.0.0)opcache_reset — 重置字節(jié)碼緩存的內容說明opcache_reset(): bool該函數(shù)將重置整個字節(jié)碼緩存。在調用 opcache_reset() 之后,所有的腳本將會重新載入并且在下次命中的時候重新解析。此函...

http://www.o2fo.com/phpchinese/php8-opcache-reset.html

1072.PHP8 簡介

這些函數(shù)允許你獲得許多關于PHP本身的參數(shù),例如:運行時的配置,被加載的擴展,版本等。 你也將找到設置你的運行中的PHP的選項的函數(shù)。可能最好用的 PHP- 函數(shù) phpinfo() 可以在這里找到。

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

1073.PHP8 cli_get_process_title — 返回當前進程標題

(PHP 5 >= 5.5.0, PHP 7, PHP 8)cli_get_process_title — 返回當前進程標題說明cli_get_process_title(): ?string返回當前進程標題,由cli_set_process_title()設置。注意,這可能與ps或top中顯示的內容不完全匹配,具體取決于您的操作系統(tǒng)。 該功能只能...

http://www.o2fo.com/phpchinese/cli-get-process-title.html

1074.PHP8 gc_collect_cycles — 強制收集所有現(xiàn)存的垃圾循環(huán)周期

(PHP 5 >= 5.3.0, PHP 7, PHP 8)gc_collect_cycles — 強制收集所有現(xiàn)存的垃圾循環(huán)周期說明gc_collect_cycles(): int強制收集所有現(xiàn)存的垃圾循環(huán)周期。參數(shù)此函數(shù)沒有參數(shù)。返回值返回收集的循環(huán)數(shù)量。參見垃圾回收機制

http://www.o2fo.com/phpchinese/gc-collect-cycles.html

1075.PHP8 gc_disable — 停用循環(huán)引用收集器

(PHP 5 >= 5.3.0, PHP 7, PHP 8)gc_disable — 停用循環(huán)引用收集器說明gc_disable(): void停用循環(huán)引用收集器,設置 zend.enable_gc 為 0。參數(shù)此函數(shù)沒有參數(shù)。返回值沒有返回值。參見垃圾回收機制

http://www.o2fo.com/phpchinese/gc-disable.html

1076.PHP8 gc_enable — 激活循環(huán)引用收集器

(PHP 5 >= 5.3.0, PHP 7, PHP 8)gc_enable — 激活循環(huán)引用收集器說明gc_enable(): void設置 zend.enable_gc 為 1, 激活循環(huán)引用收集器。參數(shù)此函數(shù)沒有參數(shù)。返回值沒有返回值。參見垃圾回收機制

http://www.o2fo.com/phpchinese/gc-enable.html

1077.PHP8 gc_status — 獲取有關垃圾回收的信息

(PHP 7 >= 7.3.0, PHP 8)gc_status — 獲取有關垃圾回收的信息說明gc_status(): array獲取有關當前垃圾收集狀態(tài)的信息。參數(shù)此函數(shù)沒有參數(shù)。返回值返回包含以下元素的關聯(lián)數(shù)組:"runs""collected""threshold""roots"示例示例 #1 gc_status() 用法<?...

http://www.o2fo.com/phpchinese/gc-status.html

1078.PHP8 memory_reset_peak_usage — 重置峰值內存使用量

(PHP 8 >= 8.2.0)memory_reset_peak_usage — 重置峰值內存使用量說明memory_reset_peak_usage(): void重置由memory_get_peak_usage()函數(shù)返回的峰值內存使用量。參數(shù)此函數(shù)沒有參數(shù)。返回值沒有返回值。示例示例 #1 memory_reset_peak_usage() example<?php var...

http://www.o2fo.com/phpchinese/php8-memory-reset-peak-usage.html

1079.PHP8 phpdbg_break_file — 在文件中的某一行插入一個斷點

(PHP 5 >= 5.6.3, PHP 7, PHP 8)phpdbg_break_file — 在文件中的某一行插入一個斷點。說明phpdbg_break_file(string $file, int $line): void在給定文件的指定行插入一個斷點。參數(shù)fileThe name of the file.lineThe line number.返回值沒有返回值。參見phpdbg_break_f...

http://www.o2fo.com/phpchinese/php8-phpdbg-break-file.html

1080.PHP8 phpdbg_break_function — 在函數(shù)入口處插入一個斷點

(PHP 5 >= 5.6.3, PHP 7, PHP 8)phpdbg_break_function — 在函數(shù)入口處插入一個斷點。說明phpdbg_break_function(string $function): void在進入給定函數(shù)時插入一個斷點。參數(shù)function函數(shù)的名稱。返回值沒有返回值。參見phpdbg_break_file() - Inserts a breakpoin...

http://www.o2fo.com/phpchinese/php8-phpdbg-break-function.html

抱歉,暫時沒有相關的微課

w3cschool 建議您:

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

抱歉,暫時沒有相關的視頻課程

w3cschool 建議您:

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

抱歉,暫時沒有相關的教程

w3cschool 建議您:

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

1071.PHP8 opcache_reset — 重置字節(jié)碼緩存的內容

(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL ZendOpcache >= 7.0.0)opcache_reset — 重置字節(jié)碼緩存的內容說明opcache_reset(): bool該函數(shù)將重置整個字節(jié)碼緩存。在調用 opcache_reset() 之后,所有的腳本將會重新載入并且在下次命中的時候重新解析。此函...

http://www.o2fo.com/phpchinese/php8-opcache-reset.html

1072.PHP8 簡介

這些函數(shù)允許你獲得許多關于PHP本身的參數(shù),例如:運行時的配置,被加載的擴展,版本等。 你也將找到設置你的運行中的PHP的選項的函數(shù)??赡茏詈糜玫?PHP- 函數(shù) phpinfo() 可以在這里找到。

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

1073.PHP8 cli_get_process_title — 返回當前進程標題

(PHP 5 >= 5.5.0, PHP 7, PHP 8)cli_get_process_title — 返回當前進程標題說明cli_get_process_title(): ?string返回當前進程標題,由cli_set_process_title()設置。注意,這可能與ps或top中顯示的內容不完全匹配,具體取決于您的操作系統(tǒng)。 該功能只能...

http://www.o2fo.com/phpchinese/cli-get-process-title.html

1074.PHP8 gc_collect_cycles — 強制收集所有現(xiàn)存的垃圾循環(huán)周期

(PHP 5 >= 5.3.0, PHP 7, PHP 8)gc_collect_cycles — 強制收集所有現(xiàn)存的垃圾循環(huán)周期說明gc_collect_cycles(): int強制收集所有現(xiàn)存的垃圾循環(huán)周期。參數(shù)此函數(shù)沒有參數(shù)。返回值返回收集的循環(huán)數(shù)量。參見垃圾回收機制

http://www.o2fo.com/phpchinese/gc-collect-cycles.html

1075.PHP8 gc_disable — 停用循環(huán)引用收集器

(PHP 5 >= 5.3.0, PHP 7, PHP 8)gc_disable — 停用循環(huán)引用收集器說明gc_disable(): void停用循環(huán)引用收集器,設置 zend.enable_gc 為 0。參數(shù)此函數(shù)沒有參數(shù)。返回值沒有返回值。參見垃圾回收機制

http://www.o2fo.com/phpchinese/gc-disable.html

1076.PHP8 gc_enable — 激活循環(huán)引用收集器

(PHP 5 >= 5.3.0, PHP 7, PHP 8)gc_enable — 激活循環(huán)引用收集器說明gc_enable(): void設置 zend.enable_gc 為 1, 激活循環(huán)引用收集器。參數(shù)此函數(shù)沒有參數(shù)。返回值沒有返回值。參見垃圾回收機制

http://www.o2fo.com/phpchinese/gc-enable.html

1077.PHP8 gc_status — 獲取有關垃圾回收的信息

(PHP 7 >= 7.3.0, PHP 8)gc_status — 獲取有關垃圾回收的信息說明gc_status(): array獲取有關當前垃圾收集狀態(tài)的信息。參數(shù)此函數(shù)沒有參數(shù)。返回值返回包含以下元素的關聯(lián)數(shù)組:"runs""collected""threshold""roots"示例示例 #1 gc_status() 用法<?...

http://www.o2fo.com/phpchinese/gc-status.html

1078.PHP8 memory_reset_peak_usage — 重置峰值內存使用量

(PHP 8 >= 8.2.0)memory_reset_peak_usage — 重置峰值內存使用量說明memory_reset_peak_usage(): void重置由memory_get_peak_usage()函數(shù)返回的峰值內存使用量。參數(shù)此函數(shù)沒有參數(shù)。返回值沒有返回值。示例示例 #1 memory_reset_peak_usage() example<?php var...

http://www.o2fo.com/phpchinese/php8-memory-reset-peak-usage.html

1079.PHP8 phpdbg_break_file — 在文件中的某一行插入一個斷點

(PHP 5 >= 5.6.3, PHP 7, PHP 8)phpdbg_break_file — 在文件中的某一行插入一個斷點。說明phpdbg_break_file(string $file, int $line): void在給定文件的指定行插入一個斷點。參數(shù)fileThe name of the file.lineThe line number.返回值沒有返回值。參見phpdbg_break_f...

http://www.o2fo.com/phpchinese/php8-phpdbg-break-file.html

1080.PHP8 phpdbg_break_function — 在函數(shù)入口處插入一個斷點

(PHP 5 >= 5.6.3, PHP 7, PHP 8)phpdbg_break_function — 在函數(shù)入口處插入一個斷點。說明phpdbg_break_function(string $function): void在進入給定函數(shù)時插入一個斷點。參數(shù)function函數(shù)的名稱。返回值沒有返回值。參見phpdbg_break_file() - Inserts a breakpoin...

http://www.o2fo.com/phpchinese/php8-phpdbg-break-function.html

抱歉,暫時沒有相關的文章

w3cschool 建議您:

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

熱門課程