App下載

詞條

大約有 900 項(xiàng)符合查詢結(jié)果 ,庫(kù)內(nèi)數(shù)據(jù)總量為 78,250 項(xiàng)。(搜索耗時(shí):0.2675秒)

311.PHP8 Final 關(guān)鍵字

...被聲明為 final,則不能被繼承。示例 #1 Final 方法示例<?php class BaseClass { public function test() { echo "BaseClass::test() called\n"; } final public function moreTesting() { echo "BaseClass::moreTesting() called\n"; } } class ChildClass extends BaseClass { public function more...

http://www.o2fo.com/phpchinese/php8-final-keyword.html

312.PHP8 $GLOBALS

... 數(shù)組的鍵就是變量的名字。示例示例 #1 $GLOBALS 范例<?php function test() { $foo = "local variable"; echo '$foo in global scope: ' . $GLOBALS["foo"] . "\n"; echo '$foo in current scope: ' . $foo . "\n"; } $foo = "Example content"; test(); ?>以上示例的輸出類似于:$foo...

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

313.PHP8 C Data Handles

(PHP 7 >= 7.4.0, PHP 8)簡(jiǎn)介FFI\CData 對(duì)象可以通過(guò)多種方式用作常規(guī) PHP 數(shù)據(jù):標(biāo)量類型的 C 數(shù)據(jù)可以通過(guò) $cdata 屬性讀取和賦值,例如$x = FFI::new('int'); $x->cdata = 42;C struct 和 union 字段可以作為常規(guī) PHP 對(duì)象屬性進(jìn)行訪問(wèn),例如$cdata-...

http://www.o2fo.com/phpchinese/c-data-handles.html

314.PHP8 opcache_is_script_cached — 判斷腳本是否緩存在 OPCache 中

(PHP 5 >= 5.5.11, PHP 7, PHP 8, PECL ZendOpcache >= 7.0.4)opcache_is_script_cached — 判斷腳本是否緩存在 OPCache 中說(shuō)明opcache_is_script_cached(string $filename): bool該函數(shù)檢查 PHP 腳本是否已緩存在 OPCache 中。這可用于更輕松地檢測(cè)特定腳本的緩存“...

http://www.o2fo.com/phpchinese/php8-opcache-is-script-cached.html

315.PHP8 ini_set — 為一個(gè)配置選項(xiàng)設(shè)置值

(PHP 4, PHP 5, PHP 7, PHP 8) ini_set — 為一個(gè)配置選項(xiàng)設(shè)置值 說(shuō)明ini_set(string $option, string|int|float|bool|null $value): string|false 設(shè)置指定配置選項(xiàng)的值。這個(gè)選項(xiàng)會(huì)在腳本運(yùn)行時(shí)保持新的值,并在腳本結(jié)束時(shí)恢復(fù)。 參數(shù) option 不是所有有效...

http://www.o2fo.com/phpchinese/php8-ini-set---set-a-value-for-a-configuration-option.html

316.PHP8 運(yùn)行時(shí)配置

這些函數(shù)的行為受 php.ini 中的設(shè)置影響。 uopz 配置選項(xiàng) 名字 默認(rèn) 可修改范圍 更新日志 uopz.disable "0" PHP_INI_SYSTEM Available as of uopz 5.0.2 uopz.exit "0" PHP_INI_SYSTEM Available as of uopz 6.0.1 uopz.overloads "1" PHP_INI_SYSTEM Available as of uopz 2.0.2. Removed...

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

317.PHP8 Phar::isBuffering

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0)Phar::isBuffering — 用于確定 Phar 寫入操作是被緩沖,還是直接刷新到磁盤說(shuō)明public Phar::isBuffering(): boolvoid此方法可用于確定 Phar 是否會(huì)保存更改 立即到磁盤,或者是否需要調(diào)用...

http://www.o2fo.com/phpchinese/php8-phar-isbuffering.html

318.PHP8 Phar::mungServer

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)Phar::mungServer — 定義最多 4 個(gè) $_SERVER 變量的列表,這些變量應(yīng)修改以執(zhí)行說(shuō)明final public static Phar::mungServer(array $variables): voidPhar::mungServer() 只能在 phar 存檔的存根。定義...

http://www.o2fo.com/phpchinese/php8-phar-mungserver.html

319.PHP8 PharData::buildFromDirectory

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)PharData::buildFromDirectory — 從目錄中的文件構(gòu)建一個(gè) tar/zip 存檔說(shuō)明public PharData::buildFromDirectory(string $directory, string $pattern = ""): array從目錄內(nèi)容填充 tar/zip 存檔。可選的第二個(gè) ...

http://www.o2fo.com/phpchinese/php8-phardata-buildfromdirectory.html

320.PHP8 PharData::delete

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)PharData::d elete — 刪除 tar/zip 存檔中的文件說(shuō)明public PharData::delete(string $localName): bool刪除存檔中的文件。這在功能上等價(jià)于 在等效的流包裝器上調(diào)用 unlink(), 如下例所示。參...

http://www.o2fo.com/phpchinese/php8-phardata-delete.html

抱歉,暫時(shí)沒(méi)有相關(guān)的微課

w3cschool 建議您:

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

抱歉,暫時(shí)沒(méi)有相關(guān)的視頻課程

w3cschool 建議您:

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

抱歉,暫時(shí)沒(méi)有相關(guān)的教程

w3cschool 建議您:

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

311.PHP8 Final 關(guān)鍵字

...被聲明為 final,則不能被繼承。示例 #1 Final 方法示例<?php class BaseClass { public function test() { echo "BaseClass::test() called\n"; } final public function moreTesting() { echo "BaseClass::moreTesting() called\n"; } } class ChildClass extends BaseClass { public function more...

http://www.o2fo.com/phpchinese/php8-final-keyword.html

312.PHP8 $GLOBALS

... 數(shù)組的鍵就是變量的名字。示例示例 #1 $GLOBALS 范例<?php function test() { $foo = "local variable"; echo '$foo in global scope: ' . $GLOBALS["foo"] . "\n"; echo '$foo in current scope: ' . $foo . "\n"; } $foo = "Example content"; test(); ?>以上示例的輸出類似于:$foo...

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

313.PHP8 C Data Handles

(PHP 7 >= 7.4.0, PHP 8)簡(jiǎn)介FFI\CData 對(duì)象可以通過(guò)多種方式用作常規(guī) PHP 數(shù)據(jù):標(biāo)量類型的 C 數(shù)據(jù)可以通過(guò) $cdata 屬性讀取和賦值,例如$x = FFI::new('int'); $x->cdata = 42;C struct 和 union 字段可以作為常規(guī) PHP 對(duì)象屬性進(jìn)行訪問(wèn),例如$cdata-...

http://www.o2fo.com/phpchinese/c-data-handles.html

314.PHP8 opcache_is_script_cached — 判斷腳本是否緩存在 OPCache 中

(PHP 5 >= 5.5.11, PHP 7, PHP 8, PECL ZendOpcache >= 7.0.4)opcache_is_script_cached — 判斷腳本是否緩存在 OPCache 中說(shuō)明opcache_is_script_cached(string $filename): bool該函數(shù)檢查 PHP 腳本是否已緩存在 OPCache 中。這可用于更輕松地檢測(cè)特定腳本的緩存“...

http://www.o2fo.com/phpchinese/php8-opcache-is-script-cached.html

315.PHP8 ini_set — 為一個(gè)配置選項(xiàng)設(shè)置值

(PHP 4, PHP 5, PHP 7, PHP 8) ini_set — 為一個(gè)配置選項(xiàng)設(shè)置值 說(shuō)明ini_set(string $option, string|int|float|bool|null $value): string|false 設(shè)置指定配置選項(xiàng)的值。這個(gè)選項(xiàng)會(huì)在腳本運(yùn)行時(shí)保持新的值,并在腳本結(jié)束時(shí)恢復(fù)。 參數(shù) option 不是所有有效...

http://www.o2fo.com/phpchinese/php8-ini-set---set-a-value-for-a-configuration-option.html

316.PHP8 運(yùn)行時(shí)配置

這些函數(shù)的行為受 php.ini 中的設(shè)置影響。 uopz 配置選項(xiàng) 名字 默認(rèn) 可修改范圍 更新日志 uopz.disable "0" PHP_INI_SYSTEM Available as of uopz 5.0.2 uopz.exit "0" PHP_INI_SYSTEM Available as of uopz 6.0.1 uopz.overloads "1" PHP_INI_SYSTEM Available as of uopz 2.0.2. Removed...

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

317.PHP8 Phar::isBuffering

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0)Phar::isBuffering — 用于確定 Phar 寫入操作是被緩沖,還是直接刷新到磁盤說(shuō)明public Phar::isBuffering(): boolvoid此方法可用于確定 Phar 是否會(huì)保存更改 立即到磁盤,或者是否需要調(diào)用...

http://www.o2fo.com/phpchinese/php8-phar-isbuffering.html

318.PHP8 Phar::mungServer

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)Phar::mungServer — 定義最多 4 個(gè) $_SERVER 變量的列表,這些變量應(yīng)修改以執(zhí)行說(shuō)明final public static Phar::mungServer(array $variables): voidPhar::mungServer() 只能在 phar 存檔的存根。定義...

http://www.o2fo.com/phpchinese/php8-phar-mungserver.html

319.PHP8 PharData::buildFromDirectory

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)PharData::buildFromDirectory — 從目錄中的文件構(gòu)建一個(gè) tar/zip 存檔說(shuō)明public PharData::buildFromDirectory(string $directory, string $pattern = ""): array從目錄內(nèi)容填充 tar/zip 存檔??蛇x的第二個(gè) ...

http://www.o2fo.com/phpchinese/php8-phardata-buildfromdirectory.html

320.PHP8 PharData::delete

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)PharData::d elete — 刪除 tar/zip 存檔中的文件說(shuō)明public PharData::delete(string $localName): bool刪除存檔中的文件。這在功能上等價(jià)于 在等效的流包裝器上調(diào)用 unlink(), 如下例所示。參...

http://www.o2fo.com/phpchinese/php8-phardata-delete.html

抱歉,暫時(shí)沒(méi)有相關(guān)的文章

w3cschool 建議您:

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

熱門課程