App下載

詞條

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

331.PHP8 mcrypt_get_cipher_name

(PHP 4, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0)mcrypt_get_cipher_name — 獲取加密算法名稱警告本函數(shù)已自 PHP 7.1.0 起廢棄并將自 PHP 7.2.0 起移除。強(qiáng)烈建議不要使用本函數(shù)。說明mcrypt_get_cipher_name(int $cipher): stringmcrypt_get_cipher_name(string $cip...

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

332.PHP8 mcrypt_module_self_test

(PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0)mcrypt_module_self_test — 在指定模塊上執(zhí)行自檢警告本函數(shù)已自 PHP 7.1.0 起廢棄并將自 PHP 7.2.0 起移除。強(qiáng)烈建議不要使用本函數(shù)。說明mcrypt_module_self_test(string $algorithm, string $lib_dir...

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

333.PHP8 mhash_count

PHP 4、PHP 5、PHP 7、PHP 8)mhash_count — 獲取最高的可用哈希 ID警告此函數(shù)自 PHP 8.1.0 起棄用。 強(qiáng)烈建議不要應(yīng)用此函數(shù)。說明mhash_count(): int獲取最高的可用哈希 ID。參數(shù) 此函數(shù)沒有參數(shù)。返回值 返回可用的最高哈希 ID。哈希編...

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

334.PHP8 mhash_get_block_size

PHP 4、PHP 5、PHP 7、PHP 8)mhash_get_block_size — 獲取指定哈希值的區(qū)塊大小警告此函數(shù)自 PHP 8.1.0 起棄用。 強(qiáng)烈建議不要應(yīng)用此函數(shù)。說明mhash_get_block_size(int $algo): int|false獲取指定 的塊的大小。algo參數(shù) algo哈希 ID。MHASH_hashname常量...

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

335.PHP8 mhash_get_hash_name

PHP 4、PHP 5、PHP 7、PHP 8)mhash_get_hash_name — 獲取指定哈希的名稱警告此函數(shù)自 PHP 8.1.0 起棄用。 強(qiáng)烈建議不要應(yīng)用此函數(shù)。說明mhash_get_hash_name(int $algo): string|false獲取指定的 的名稱。algo參數(shù) algo哈希 ID。MHASH_hashname常量之一。...

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

336.PHP8 openssl_pkey_free

(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)openssl_pkey_free — 釋放一個(gè)私鑰警告本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴本函數(shù)。說明openssl_pkey_free(OpenSSLAsymmetricKey $key): void注意:此函數(shù)無效。在 PHP 8.0.0 之前,用于關(guān)閉資源。該函數(shù)釋...

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

337.PHP8 openssl_x509_free

(PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8)openssl_x509_free — 釋放證書資源警告本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴本函數(shù)。說明openssl_x509_free(OpenSSLCertificate $certificate): void注意:此函數(shù)無效。在 PHP 8.0.0 之前,用于關(guān)閉資源。openss...

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

338.PHP8 Sodium安裝

安裝 從 PHP 7.2.0 開始,此擴(kuò)展與 PHP 捆綁在一起。對于較舊的 PHP 版本 此擴(kuò)展可通過 PECL 獲得。Linux 系統(tǒng) 為了使用這個(gè)擴(kuò)展,你必須通過以下方式編譯具有鈉支持的 PHP 使用 --with-sodium[=DIR] 配置 選擇。窗戶 為了使用此擴(kuò)展,您...

http://www.o2fo.com/phpchinese/installation-of-php8-system.html

339.PHP8 odbc_fetch_into

PHP 4、PHP 5、PHP 7、PHP 8)odbc_fetch_into — 將一個(gè)結(jié)果行提取到數(shù)組中說明odbc_fetch_into(resource $statement, array &$array, int $row = 0): int|false將一個(gè)結(jié)果行提取到數(shù)組中。參數(shù) statement結(jié)果資源。array結(jié)果數(shù)組可以是任何類型,因?yàn)樗鼘⑥D(zhuǎn)...

http://www.o2fo.com/phpchinese/php8-odbcfetch-into.html

340.PHP8 restore_error_handler — 還原之前的錯誤處理函數(shù)

(PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8)restore_error_handler — 還原之前的錯誤處理函數(shù)說明restore_error_handler(): true在使用 set_error_handler() 改變錯誤處理函數(shù)之后,此函數(shù)可以 用于還原之前的錯誤處理程序(可以是內(nèi)置的或者也可以是用戶所...

http://www.o2fo.com/phpchinese/php8-restore-error-handler.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

331.PHP8 mcrypt_get_cipher_name

(PHP 4, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0)mcrypt_get_cipher_name — 獲取加密算法名稱警告本函數(shù)已自 PHP 7.1.0 起廢棄并將自 PHP 7.2.0 起移除。強(qiáng)烈建議不要使用本函數(shù)。說明mcrypt_get_cipher_name(int $cipher): stringmcrypt_get_cipher_name(string $cip...

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

332.PHP8 mcrypt_module_self_test

(PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0)mcrypt_module_self_test — 在指定模塊上執(zhí)行自檢警告本函數(shù)已自 PHP 7.1.0 起廢棄并將自 PHP 7.2.0 起移除。強(qiáng)烈建議不要使用本函數(shù)。說明mcrypt_module_self_test(string $algorithm, string $lib_dir...

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

333.PHP8 mhash_count

PHP 4、PHP 5、PHP 7、PHP 8)mhash_count — 獲取最高的可用哈希 ID警告此函數(shù)自 PHP 8.1.0 起棄用。 強(qiáng)烈建議不要應(yīng)用此函數(shù)。說明mhash_count(): int獲取最高的可用哈希 ID。參數(shù) 此函數(shù)沒有參數(shù)。返回值 返回可用的最高哈希 ID。哈希編...

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

334.PHP8 mhash_get_block_size

PHP 4、PHP 5、PHP 7、PHP 8)mhash_get_block_size — 獲取指定哈希值的區(qū)塊大小警告此函數(shù)自 PHP 8.1.0 起棄用。 強(qiáng)烈建議不要應(yīng)用此函數(shù)。說明mhash_get_block_size(int $algo): int|false獲取指定 的塊的大小。algo參數(shù) algo哈希 ID。MHASH_hashname常量...

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

335.PHP8 mhash_get_hash_name

PHP 4、PHP 5、PHP 7、PHP 8)mhash_get_hash_name — 獲取指定哈希的名稱警告此函數(shù)自 PHP 8.1.0 起棄用。 強(qiáng)烈建議不要應(yīng)用此函數(shù)。說明mhash_get_hash_name(int $algo): string|false獲取指定的 的名稱。algo參數(shù) algo哈希 ID。MHASH_hashname常量之一。...

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

336.PHP8 openssl_pkey_free

(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)openssl_pkey_free — 釋放一個(gè)私鑰警告本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴本函數(shù)。說明openssl_pkey_free(OpenSSLAsymmetricKey $key): void注意:此函數(shù)無效。在 PHP 8.0.0 之前,用于關(guān)閉資源。該函數(shù)釋...

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

337.PHP8 openssl_x509_free

(PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8)openssl_x509_free — 釋放證書資源警告本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴本函數(shù)。說明openssl_x509_free(OpenSSLCertificate $certificate): void注意:此函數(shù)無效。在 PHP 8.0.0 之前,用于關(guān)閉資源。openss...

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

338.PHP8 Sodium安裝

安裝 從 PHP 7.2.0 開始,此擴(kuò)展與 PHP 捆綁在一起。對于較舊的 PHP 版本 此擴(kuò)展可通過 PECL 獲得。Linux 系統(tǒng) 為了使用這個(gè)擴(kuò)展,你必須通過以下方式編譯具有鈉支持的 PHP 使用 --with-sodium[=DIR] 配置 選擇。窗戶 為了使用此擴(kuò)展,您...

http://www.o2fo.com/phpchinese/installation-of-php8-system.html

339.PHP8 odbc_fetch_into

PHP 4、PHP 5、PHP 7、PHP 8)odbc_fetch_into — 將一個(gè)結(jié)果行提取到數(shù)組中說明odbc_fetch_into(resource $statement, array &$array, int $row = 0): int|false將一個(gè)結(jié)果行提取到數(shù)組中。參數(shù) statement結(jié)果資源。array結(jié)果數(shù)組可以是任何類型,因?yàn)樗鼘⑥D(zhuǎn)...

http://www.o2fo.com/phpchinese/php8-odbcfetch-into.html

340.PHP8 restore_error_handler — 還原之前的錯誤處理函數(shù)

(PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8)restore_error_handler — 還原之前的錯誤處理函數(shù)說明restore_error_handler(): true在使用 set_error_handler() 改變錯誤處理函數(shù)之后,此函數(shù)可以 用于還原之前的錯誤處理程序(可以是內(nèi)置的或者也可以是用戶所...

http://www.o2fo.com/phpchinese/php8-restore-error-handler.html

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

w3cschool 建議您:

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

熱門課程