App下載

詞條

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

1131.PHP8 OpenSSL需求

要使用 Open SSL 函數(shù),你必須安裝OpenSSL 庫(kù)。 PHP 7.0 需要 OpenSSL >= 0.9.8。PHP 7.1-8.0 需要 OpenSSL >= 1.0.1,< 3.0。PHP >= 8.1 支持 OpenSSL >= 1.0.2,< 4.0。警告強(qiáng)烈建議使用維護(hù)的 OpenSSL 版本,否則 web 服務(wù)器很容易受到攻擊。

http://www.o2fo.com/phpchinese/php8-openssl-requirements.html

1132.PHP8 openssl_digest

(PHP 5 >= 5.3.0, PHP 7, PHP 8)openssl_digest — 計(jì)算摘要說(shuō)明openssl_digest(string $data, string $digest_algo, bool $binary = false): string|false使用給定的方法計(jì)算給定數(shù)據(jù)的摘要哈希值,并返回一個(gè)原始的或16進(jìn)制編碼的字符串。參數(shù) data給定的數(shù)據(jù)。...

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

1133.PHP8 openssl_get_cert_locations

(PHP 5 >= 5.6.0, PHP 7, PHP 8)openssl_get_cert_locations — 檢索可用的證書(shū)位置說(shuō)明openssl_get_cert_locations(): arrayopenssl_get_cert_locations() 返回一個(gè)數(shù)組,其中包含要搜索SSL證書(shū)的可用證書(shū)位置的信息。參數(shù) 此函數(shù)沒(méi)有參數(shù)。返回值 返回一個(gè)...

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

1134.PHP8 openssl_pkcs12_export

(PHP 5 >= 5.2.2, PHP 7, PHP 8)openssl_pkcs12_export — 將 PKCS#12 兼容證書(shū)存儲(chǔ)文件導(dǎo)出到變量說(shuō)明openssl_pkcs12_export( OpenSSLCertificate|string $certificate, string &$output, OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key, string $passphrase, array $options = ...

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

1135.PHP8 openssl_x509_fingerprint

(PHP 5 >= 5.6.0, PHP 7, PHP 8)openssl_x509_fingerprint — 計(jì)算一個(gè)給定的 x.509 證書(shū)的指紋或摘要說(shuō)明openssl_x509_fingerprint(OpenSSLCertificate|string $certificate, string $digest_algo = "sha1", bool $binary = false): string|falseopenssl_x509_fingerprint() 返回 certificate 的...

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

1136.PHP8 密碼散列算法安裝

使用這些函數(shù)不需要安裝,它們是 PHP 核心的一部分。為了使用 Argon2 密碼散列,PHP 必須用 --with-password-argon2 配置選項(xiàng)和 libargon2 構(gòu)建。在 PHP 8.1.0 之前,可以使用 --with-password-argon2[=DIR] 指定 argon2 目錄。

http://www.o2fo.com/phpchinese/php8-password-hash-algorithm-installation.html

1137.PHP8 password_algos

PHP 7 >= 7.4.0, PHP 8) password_algos — 獲取可用的密碼哈希算法 ID 說(shuō)明 password_algos(): array 以字符串?dāng)?shù)組的形式返回所有已注冊(cè)的密碼哈希算法 ID 的完整列表。 參數(shù) 此函數(shù)沒(méi)有參數(shù)。 返回值 返回可用的密碼哈希算法 ID。 示...

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

1138.PHP8 password_get_info

(PHP 5 >= 5.5.0, PHP 7, PHP 8)password_get_info — 返回指定散列(hash)的相關(guān)信息說(shuō)明password_get_info(string $hash): array如果傳入的散列值(hash)是由 password_hash() 支持的算法生成的, 這個(gè)函數(shù)就會(huì)返回關(guān)于此散列的信息數(shù)組。參數(shù) hash一...

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

1139.PHP8 DBA預(yù)定義常量

下列常量由此擴(kuò)展定義,且僅在此擴(kuò)展編譯入 PHP 或在運(yùn)行時(shí)動(dòng)態(tài)載入時(shí)可用。DBA_LMDB_USE_SUB_DIR (int)LMDB 驅(qū)動(dòng)程序標(biāo)志,以允許為數(shù)據(jù)庫(kù)文件創(chuàng)建子目錄。 從 PHP 8.2.0 開(kāi)始可用。DBA_LMDB_NO_SUB_DIR (int)LMDB 驅(qū)動(dòng)程序標(biāo)志,用于禁止為數(shù)...

http://www.o2fo.com/phpchinese/phpchinese-ohd13ytm.html

1140.PHP8 dba_key_split

PHP 5, PHP 7, PHP 8)dba_key_split — 將字符串表示中的鍵拆分為數(shù)組表示說(shuō)明dba_key_split(string|false|null $key): array|falsedba_key_split() 拆分鍵(字符串表示) 轉(zhuǎn)換為數(shù)組表示形式。參數(shù) key字符串表示形式的鍵。返回值 返回 形式的...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1131.PHP8 OpenSSL需求

要使用 Open SSL 函數(shù),你必須安裝OpenSSL 庫(kù)。 PHP 7.0 需要 OpenSSL >= 0.9.8。PHP 7.1-8.0 需要 OpenSSL >= 1.0.1,< 3.0。PHP >= 8.1 支持 OpenSSL >= 1.0.2,< 4.0。警告強(qiáng)烈建議使用維護(hù)的 OpenSSL 版本,否則 web 服務(wù)器很容易受到攻擊。

http://www.o2fo.com/phpchinese/php8-openssl-requirements.html

1132.PHP8 openssl_digest

(PHP 5 >= 5.3.0, PHP 7, PHP 8)openssl_digest — 計(jì)算摘要說(shuō)明openssl_digest(string $data, string $digest_algo, bool $binary = false): string|false使用給定的方法計(jì)算給定數(shù)據(jù)的摘要哈希值,并返回一個(gè)原始的或16進(jìn)制編碼的字符串。參數(shù) data給定的數(shù)據(jù)。...

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

1133.PHP8 openssl_get_cert_locations

(PHP 5 >= 5.6.0, PHP 7, PHP 8)openssl_get_cert_locations — 檢索可用的證書(shū)位置說(shuō)明openssl_get_cert_locations(): arrayopenssl_get_cert_locations() 返回一個(gè)數(shù)組,其中包含要搜索SSL證書(shū)的可用證書(shū)位置的信息。參數(shù) 此函數(shù)沒(méi)有參數(shù)。返回值 返回一個(gè)...

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

1134.PHP8 openssl_pkcs12_export

(PHP 5 >= 5.2.2, PHP 7, PHP 8)openssl_pkcs12_export — 將 PKCS#12 兼容證書(shū)存儲(chǔ)文件導(dǎo)出到變量說(shuō)明openssl_pkcs12_export( OpenSSLCertificate|string $certificate, string &$output, OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key, string $passphrase, array $options = ...

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

1135.PHP8 openssl_x509_fingerprint

(PHP 5 >= 5.6.0, PHP 7, PHP 8)openssl_x509_fingerprint — 計(jì)算一個(gè)給定的 x.509 證書(shū)的指紋或摘要說(shuō)明openssl_x509_fingerprint(OpenSSLCertificate|string $certificate, string $digest_algo = "sha1", bool $binary = false): string|falseopenssl_x509_fingerprint() 返回 certificate 的...

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

1136.PHP8 密碼散列算法安裝

使用這些函數(shù)不需要安裝,它們是 PHP 核心的一部分。為了使用 Argon2 密碼散列,PHP 必須用 --with-password-argon2 配置選項(xiàng)和 libargon2 構(gòu)建。在 PHP 8.1.0 之前,可以使用 --with-password-argon2[=DIR] 指定 argon2 目錄。

http://www.o2fo.com/phpchinese/php8-password-hash-algorithm-installation.html

1137.PHP8 password_algos

PHP 7 >= 7.4.0, PHP 8) password_algos — 獲取可用的密碼哈希算法 ID 說(shuō)明 password_algos(): array 以字符串?dāng)?shù)組的形式返回所有已注冊(cè)的密碼哈希算法 ID 的完整列表。 參數(shù) 此函數(shù)沒(méi)有參數(shù)。 返回值 返回可用的密碼哈希算法 ID。 示...

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

1138.PHP8 password_get_info

(PHP 5 >= 5.5.0, PHP 7, PHP 8)password_get_info — 返回指定散列(hash)的相關(guān)信息說(shuō)明password_get_info(string $hash): array如果傳入的散列值(hash)是由 password_hash() 支持的算法生成的, 這個(gè)函數(shù)就會(huì)返回關(guān)于此散列的信息數(shù)組。參數(shù) hash一...

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

1139.PHP8 DBA預(yù)定義常量

下列常量由此擴(kuò)展定義,且僅在此擴(kuò)展編譯入 PHP 或在運(yùn)行時(shí)動(dòng)態(tài)載入時(shí)可用。DBA_LMDB_USE_SUB_DIR (int)LMDB 驅(qū)動(dòng)程序標(biāo)志,以允許為數(shù)據(jù)庫(kù)文件創(chuàng)建子目錄。 從 PHP 8.2.0 開(kāi)始可用。DBA_LMDB_NO_SUB_DIR (int)LMDB 驅(qū)動(dòng)程序標(biāo)志,用于禁止為數(shù)...

http://www.o2fo.com/phpchinese/phpchinese-ohd13ytm.html

1140.PHP8 dba_key_split

PHP 5, PHP 7, PHP 8)dba_key_split — 將字符串表示中的鍵拆分為數(shù)組表示說(shuō)明dba_key_split(string|false|null $key): array|falsedba_key_split() 拆分鍵(字符串表示) 轉(zhuǎn)換為數(shù)組表示形式。參數(shù) key字符串表示形式的鍵。返回值 返回 形式的...

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

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

w3cschool 建議您:

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

熱門(mén)課程