App下載

詞條

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

2131.PHP8 wincache_ucache_dec — 減小與該鍵關(guān)聯(lián)的值

...敗時(shí)返回?false?。示例示例 #1 Using wincache_ucache_dec()<?php wincache_ucache_set('counter', 1); var_dump(wincache_ucache_dec('counter', 2923, $success)); var_dump($success); ?>以上示例會(huì)輸出:int(2922) bool(true) 參見wincache_ucache_inc() - 增加與鍵關(guān)聯(lián)的值winc...

http://www.o2fo.com/phpchinese/php8-wincache-ucache-dec.html

2132.PHP fopen() 函數(shù)

PHP fopen() 函數(shù) 完整的 PHP Filesystem 參考手冊 定義和用法 fopen() 函數(shù)打開一個(gè)文件或 URL。 如果 fopen() 失敗,它將返回 FALSE 并附帶錯(cuò)誤信息。您可以通過在函數(shù)名前面添加一個(gè) '@' 來隱藏錯(cuò)誤輸出。相關(guān)函數(shù):file_get_contents...

http://www.o2fo.com/php/func-filesystem-fopen.html

2133.PHP8 加密存儲模型

...決這個(gè)問題最簡單的方法是創(chuàng)建自己的加密包,然后在 PHP 腳本中使用它。PHP 可以通過一些擴(kuò)展來幫助你解決這個(gè)問題,比如 OpenSSL 和 Sodium,涵蓋了多種加密算法。腳本在將數(shù)據(jù)插入數(shù)據(jù)庫之前對其進(jìn)行加密,并在檢索時(shí)對其...

http://www.o2fo.com/phpchinese/php8-encrypted-storage-model.html

2134.PHP pos() 函數(shù)

PHP pos() 函數(shù) 完整的 PHP Array 參考手冊 實(shí)例 輸出數(shù)組中的當(dāng)前元素的值: <?php $people = array("Peter", "Joe", "Glenn", "Cleveland"); echo pos($people) . "<br>"; ?> 運(yùn)行實(shí)例 ? 定義和用法 pos() 函數(shù)返回?cái)?shù)組中的當(dāng)前元素的值。 該函數(shù)...

http://www.o2fo.com/php/func-array-pos.html

2135.PHP整數(shù)

PHP教程 - PHP整數(shù) 整數(shù)保存整數(shù),正數(shù)或負(fù)數(shù),例如1,-20,12345等。整數(shù)的限制在-2147483647和2147483647之間。范圍外的整數(shù)將自動(dòng)轉(zhuǎn)換為浮點(diǎn)數(shù)。 下面的代碼在PHP中添加了兩個(gè)整數(shù)值。 <?php $var1 = 5; $var2 = 2; $answer = $var1 + $var2;...

http://www.o2fo.com/php/php-numbers.html

2136.PHP 空對象模式

...模式中的空處理程序命令模式中的空命令UML 圖代碼Service.php<?php declare(strict_types=1); namespace DesignPatterns\Behavioral\NullObject; class Service { public function __construct(private Logger $logger) { } /** * do something ... */ public function doSomething() { // notice ...

http://www.o2fo.com/phpdesignpattern/NullObject.html

2137.PHP8 PharData::decompress

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)PharData::d ecompress — 解壓縮整個(gè) Phar 存檔說明public PharData::decompress(?string $extension = null): ?PharData對于基于 tar 的存檔,此方法會(huì)解壓縮整個(gè)存檔。對于基于 ZIP 的存檔,此方法將...

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

2138.關(guān)于 Xunsearch PHP-SDK

...編譯運(yùn)行于 Linux/FreeBSD 等各種 UNIX 類型的系統(tǒng)。Xunsearch PHP-SDK 是該項(xiàng)目的 PHP 語言開發(fā)工具包,面向普通開發(fā)者提供簡要的 API ,在此基礎(chǔ)上快速構(gòu)建自己的全文檢索應(yīng)用。1. 有哪些優(yōu)勢?開源免費(fèi) Xunsearch 全面開源,并使用最流...

http://www.o2fo.com/xunsearch/eoijcb.html

2139.PHP8 ZipArchive::addFile

PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0)ZipArchive::addFile — 將文件從給定路徑添加到ZIP存檔說明public ZipArchive::addFile( string $filepath, string $entryname = "", int $start = 0, int $length = ZipArchive::LENGTH_TO_END, int $flags = ZipArchive::FL_OVER...

http://www.o2fo.com/phpchinese/php8-ziparchive-addfile.html

2140.PHP 狀態(tài)模式

...而無需求助于大型的判斷條件語句。UML 圖代碼OrderContext.php<?php declare(strict_types=1); namespace DesignPatterns\Behavioral\State; class OrderContext { private State $state; public static function create(): OrderContext { $order = new self(); $order->state = new StateCreate...

http://www.o2fo.com/phpdesignpattern/State.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2131.PHP8 wincache_ucache_dec — 減小與該鍵關(guān)聯(lián)的值

...敗時(shí)返回?false?。示例示例 #1 Using wincache_ucache_dec()<?php wincache_ucache_set('counter', 1); var_dump(wincache_ucache_dec('counter', 2923, $success)); var_dump($success); ?>以上示例會(huì)輸出:int(2922) bool(true) 參見wincache_ucache_inc() - 增加與鍵關(guān)聯(lián)的值winc...

http://www.o2fo.com/phpchinese/php8-wincache-ucache-dec.html

2132.PHP fopen() 函數(shù)

PHP fopen() 函數(shù) 完整的 PHP Filesystem 參考手冊 定義和用法 fopen() 函數(shù)打開一個(gè)文件或 URL。 如果 fopen() 失敗,它將返回 FALSE 并附帶錯(cuò)誤信息。您可以通過在函數(shù)名前面添加一個(gè) '@' 來隱藏錯(cuò)誤輸出。相關(guān)函數(shù):file_get_contents...

http://www.o2fo.com/php/func-filesystem-fopen.html

2133.PHP8 加密存儲模型

...決這個(gè)問題最簡單的方法是創(chuàng)建自己的加密包,然后在 PHP 腳本中使用它。PHP 可以通過一些擴(kuò)展來幫助你解決這個(gè)問題,比如 OpenSSL 和 Sodium,涵蓋了多種加密算法。腳本在將數(shù)據(jù)插入數(shù)據(jù)庫之前對其進(jìn)行加密,并在檢索時(shí)對其...

http://www.o2fo.com/phpchinese/php8-encrypted-storage-model.html

2134.PHP pos() 函數(shù)

PHP pos() 函數(shù) 完整的 PHP Array 參考手冊 實(shí)例 輸出數(shù)組中的當(dāng)前元素的值: <?php $people = array("Peter", "Joe", "Glenn", "Cleveland"); echo pos($people) . "<br>"; ?> 運(yùn)行實(shí)例 ? 定義和用法 pos() 函數(shù)返回?cái)?shù)組中的當(dāng)前元素的值。 該函數(shù)...

http://www.o2fo.com/php/func-array-pos.html

2135.PHP整數(shù)

PHP教程 - PHP整數(shù) 整數(shù)保存整數(shù),正數(shù)或負(fù)數(shù),例如1,-20,12345等。整數(shù)的限制在-2147483647和2147483647之間。范圍外的整數(shù)將自動(dòng)轉(zhuǎn)換為浮點(diǎn)數(shù)。 下面的代碼在PHP中添加了兩個(gè)整數(shù)值。 <?php $var1 = 5; $var2 = 2; $answer = $var1 + $var2;...

http://www.o2fo.com/php/php-numbers.html

2136.PHP 空對象模式

...模式中的空處理程序命令模式中的空命令UML 圖代碼Service.php<?php declare(strict_types=1); namespace DesignPatterns\Behavioral\NullObject; class Service { public function __construct(private Logger $logger) { } /** * do something ... */ public function doSomething() { // notice ...

http://www.o2fo.com/phpdesignpattern/NullObject.html

2137.PHP8 PharData::decompress

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)PharData::d ecompress — 解壓縮整個(gè) Phar 存檔說明public PharData::decompress(?string $extension = null): ?PharData對于基于 tar 的存檔,此方法會(huì)解壓縮整個(gè)存檔。對于基于 ZIP 的存檔,此方法將...

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

2138.關(guān)于 Xunsearch PHP-SDK

...編譯運(yùn)行于 Linux/FreeBSD 等各種 UNIX 類型的系統(tǒng)。Xunsearch PHP-SDK 是該項(xiàng)目的 PHP 語言開發(fā)工具包,面向普通開發(fā)者提供簡要的 API ,在此基礎(chǔ)上快速構(gòu)建自己的全文檢索應(yīng)用。1. 有哪些優(yōu)勢?開源免費(fèi) Xunsearch 全面開源,并使用最流...

http://www.o2fo.com/xunsearch/eoijcb.html

2139.PHP8 ZipArchive::addFile

PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0)ZipArchive::addFile — 將文件從給定路徑添加到ZIP存檔說明public ZipArchive::addFile( string $filepath, string $entryname = "", int $start = 0, int $length = ZipArchive::LENGTH_TO_END, int $flags = ZipArchive::FL_OVER...

http://www.o2fo.com/phpchinese/php8-ziparchive-addfile.html

2140.PHP 狀態(tài)模式

...而無需求助于大型的判斷條件語句。UML 圖代碼OrderContext.php<?php declare(strict_types=1); namespace DesignPatterns\Behavioral\State; class OrderContext { private State $state; public static function create(): OrderContext { $order = new self(); $order->state = new StateCreate...

http://www.o2fo.com/phpdesignpattern/State.html

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

w3cschool 建議您:

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

熱門課程