App下載

詞條

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

2141.PHP 觀察者模式

...通過觀察消息隊(duì)列系統(tǒng),可以在GUI中顯示作業(yè)的進(jìn)度注意PHP已經(jīng)定義了兩個(gè)接口來幫助實(shí)現(xiàn)這個(gè)模式:SplObserver和SplSubject。UML 圖代碼User.php<?php declare(strict_types=1); namespace DesignPatterns\Behavioral\Observer; use SplSubject; use SplObjectStorage; u...

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

2142.PHP8 sodium_crypto_core_ristretto255_is_valid_point

PHP 8 >= 8.1.0)sodium_crypto_core_ristretto255_is_valid_point — 確定 ristretto255 曲線上的一個(gè)點(diǎn)說明sodium_crypto_core_ristretto255_is_valid_point(string $s): bool確定 ristretto255 曲線上的一個(gè)點(diǎn), 在規(guī)范形式中,在主子群上,并且該點(diǎn)沒有小順序。 ...

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

2143.PHP8 wincache_ucache_inc — 增加與該鍵關(guān)聯(lián)的值

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

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

2144.PHP curl_multi_exec函數(shù)

PHP curl_multi_exec函數(shù) PHP cURL參考手冊(cè) (PHP 5) curl_multi_exec — 運(yùn)行當(dāng)前 cURL 句柄的子連接 說明 int curl_multi_exec ( resource $mh , int &$still_running ) 處理在棧中的每一個(gè)句柄。無論該句柄需要讀取或?qū)懭霐?shù)據(jù)都可調(diào)用此方法。 參數(shù) mh 由 curl...

http://www.o2fo.com/php/func-curl_multi_exec.html

2145.PHP8 db2_num_rows

(PECL ibm_db2 >= 1.0.0)db2_num_rows — 返回受 SQL 語句影響的行數(shù)說明db2_num_rows(resource $stmt): int|false返回 SQL 刪除、插入或更新的行數(shù) 陳述。確定 SELECT 將返回的行數(shù) 語句,發(fā)出 SELECT COUNT(*) 與你的謂詞相同的謂詞 intended SELECT 語...

http://www.o2fo.com/phpchinese/php8-db2num-rows.html

2146.PHP8 Phar::addFile

(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)Phar::addFile — 將一個(gè)文件從文件系統(tǒng)添加到 phar 檔案中說明public Phar::addFile(string $filename, ?string $localName = null): void注意:此方法需要 將 php.ini 中的 phar.readonly 設(shè)為 0 以適合 Phar 對(duì)象. 否則,...

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

2147.PHP8 內(nèi)部(內(nèi)置)函數(shù)

PHP 有很多標(biāo)準(zhǔn)的函數(shù)和結(jié)構(gòu)。還有一些函數(shù)需要和特定地 PHP 擴(kuò)展模塊一起編譯,否則在使用它們的時(shí)候就會(huì)得到一個(gè)致命的“未定義函數(shù)”錯(cuò)誤。例如,要使用 image 函數(shù)中的 imagecreatetruecolor(),需要在編譯 PHP 的時(shí)候加上 GD 的...

http://www.o2fo.com/phpchinese/php8-internal-built-in-function.html

2148.PHP8 wincache_ucache_exists — 檢查變量是否存在于用戶緩存中

...e,否則返回false。示例示例 #1 Using wincache_ucache_exists()<?php if (!wincache_ucache_exists('green')) wincache_ucache_set('green', 1); var_dump(wincache_ucache_exists('green')); ?>以上示例會(huì)輸出:bool(true) 參見wincache_ucache_set() - 向用戶緩存中添加一個(gè)變量...

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

2149.PHP簡(jiǎn)介

PHP教程 - PHP簡(jiǎn)介 PHP腳本通常以文件擴(kuò)展名 .php 保存。 聲明 PHP代碼的基本單位稱為語句,以分號(hào)結(jié)尾。 通常一行代碼只包含一個(gè)語句,但我們可以有許多語句在一行上你想要的。 PHP打開和關(guān)閉代碼島 <?php 和?> 標(biāo)記了PHP...

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

2150.PHP8 openssl_csr_get_public_key

(PHP 5 >= 5.2.0, PHP 7, PHP 8)openssl_csr_get_public_key — 返回 CSR 的公鑰說明openssl_csr_get_public_key(OpenSSLCertificateSigningRequest|string $csr, bool $short_names = true): OpenSSLAsymmetricKey|falseopenssl_csr_get_public_key() 從 csr 中提取公鑰供其他功能使用。參數(shù) c...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2141.PHP 觀察者模式

...通過觀察消息隊(duì)列系統(tǒng),可以在GUI中顯示作業(yè)的進(jìn)度注意PHP已經(jīng)定義了兩個(gè)接口來幫助實(shí)現(xiàn)這個(gè)模式:SplObserver和SplSubject。UML 圖代碼User.php<?php declare(strict_types=1); namespace DesignPatterns\Behavioral\Observer; use SplSubject; use SplObjectStorage; u...

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

2142.PHP8 sodium_crypto_core_ristretto255_is_valid_point

PHP 8 >= 8.1.0)sodium_crypto_core_ristretto255_is_valid_point — 確定 ristretto255 曲線上的一個(gè)點(diǎn)說明sodium_crypto_core_ristretto255_is_valid_point(string $s): bool確定 ristretto255 曲線上的一個(gè)點(diǎn), 在規(guī)范形式中,在主子群上,并且該點(diǎn)沒有小順序。 ...

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

2143.PHP8 wincache_ucache_inc — 增加與該鍵關(guān)聯(lián)的值

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

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

2144.PHP curl_multi_exec函數(shù)

PHP curl_multi_exec函數(shù) PHP cURL參考手冊(cè) (PHP 5) curl_multi_exec — 運(yùn)行當(dāng)前 cURL 句柄的子連接 說明 int curl_multi_exec ( resource $mh , int &$still_running ) 處理在棧中的每一個(gè)句柄。無論該句柄需要讀取或?qū)懭霐?shù)據(jù)都可調(diào)用此方法。 參數(shù) mh 由 curl...

http://www.o2fo.com/php/func-curl_multi_exec.html

2145.PHP8 db2_num_rows

(PECL ibm_db2 >= 1.0.0)db2_num_rows — 返回受 SQL 語句影響的行數(shù)說明db2_num_rows(resource $stmt): int|false返回 SQL 刪除、插入或更新的行數(shù) 陳述。確定 SELECT 將返回的行數(shù) 語句,發(fā)出 SELECT COUNT(*) 與你的謂詞相同的謂詞 intended SELECT 語...

http://www.o2fo.com/phpchinese/php8-db2num-rows.html

2146.PHP8 Phar::addFile

(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)Phar::addFile — 將一個(gè)文件從文件系統(tǒng)添加到 phar 檔案中說明public Phar::addFile(string $filename, ?string $localName = null): void注意:此方法需要 將 php.ini 中的 phar.readonly 設(shè)為 0 以適合 Phar 對(duì)象. 否則,...

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

2147.PHP8 內(nèi)部(內(nèi)置)函數(shù)

PHP 有很多標(biāo)準(zhǔn)的函數(shù)和結(jié)構(gòu)。還有一些函數(shù)需要和特定地 PHP 擴(kuò)展模塊一起編譯,否則在使用它們的時(shí)候就會(huì)得到一個(gè)致命的“未定義函數(shù)”錯(cuò)誤。例如,要使用 image 函數(shù)中的 imagecreatetruecolor(),需要在編譯 PHP 的時(shí)候加上 GD 的...

http://www.o2fo.com/phpchinese/php8-internal-built-in-function.html

2148.PHP8 wincache_ucache_exists — 檢查變量是否存在于用戶緩存中

...e,否則返回false。示例示例 #1 Using wincache_ucache_exists()<?php if (!wincache_ucache_exists('green')) wincache_ucache_set('green', 1); var_dump(wincache_ucache_exists('green')); ?>以上示例會(huì)輸出:bool(true) 參見wincache_ucache_set() - 向用戶緩存中添加一個(gè)變量...

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

2149.PHP簡(jiǎn)介

PHP教程 - PHP簡(jiǎn)介 PHP腳本通常以文件擴(kuò)展名 .php 保存。 聲明 PHP代碼的基本單位稱為語句,以分號(hào)結(jié)尾。 通常一行代碼只包含一個(gè)語句,但我們可以有許多語句在一行上你想要的。 PHP打開和關(guān)閉代碼島 <?php 和?> 標(biāo)記了PHP...

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

2150.PHP8 openssl_csr_get_public_key

(PHP 5 >= 5.2.0, PHP 7, PHP 8)openssl_csr_get_public_key — 返回 CSR 的公鑰說明openssl_csr_get_public_key(OpenSSLCertificateSigningRequest|string $csr, bool $short_names = true): OpenSSLAsymmetricKey|falseopenssl_csr_get_public_key() 從 csr 中提取公鑰供其他功能使用。參數(shù) c...

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

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

w3cschool 建議您:

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

熱門課程