(PHP 8)簡(jiǎn)介 從 PHP 8.0.0 開始替換 OpenSSL X.509 資源的完全不透明類。類摘要 final class OpenSSLCertificate { }
http://m.o2fo.com/phpchinese/php8-opensslcertification-class.html(PHP 8)簡(jiǎn)介從 PHP 8.0.0 開始替換 OpenSSL X.509 CSR 資源的完全不透明類。類摘要final class OpenSSLCertificateSigningRequest { }
http://m.o2fo.com/phpchinese/php8-openssl-certificate-signingrequest-class.html(PHP 8)簡(jiǎn)介從 PHP 8.0.0 開始替換 OpenSSL key 資源的完全不透明類。類摘要final class OpenSSLAsymmetricKey { }
http://m.o2fo.com/phpchinese/php8-opensslasymmetrickey-class.html(PHP 7 >= 7.2.0, PHP 8)簡(jiǎn)介鈉函數(shù)引發(fā)的異常。類摘要class SodiumException extends Exception { /* 繼承的屬性 */ protected string $message = ""; private string $string = ""; protected int $code; protected string $file = ""; protected int $line; private array $trace = []; pri...
http://m.o2fo.com/phpchinese/phpchinese-tc1g3yqb.html(PHP 7 >= 7.2.0, PHP 8)sodium_add — 添加大量數(shù)字說明sodium_add(string &$string1, string $string2): void這會(huì)將參數(shù)添加到 覆蓋 中 存儲(chǔ)在 中的值。此函數(shù)假定這兩個(gè)參數(shù)都是二進(jìn)制的 以 little-endian 字節(jié)順序表示無符號(hào)整數(shù)的字符串。strin...
http://m.o2fo.com/phpchinese/php8-sodium-add.html(PHP 7 >= 7.2.0, PHP 8)sodium_base642bin — 將 base64 編碼的字符串解碼為原始二進(jìn)制文件。說明sodium_base642bin(string $string, int $id, string $ignore = ""): string將 base64 編碼的字符串轉(zhuǎn)換為原始二進(jìn)制文件。與 base64_decode() 不同,sodium_base6...
http://m.o2fo.com/phpchinese/php8-sodiumbase642bin.html(PHP 7 >= 7.2.0, PHP 8)sodium_bin2base64 — 使用 base64 對(duì)原始二進(jìn)制字符串進(jìn)行編碼。說明sodium_bin2base64(string $string, int $id): string將原始二進(jìn)制字符串轉(zhuǎn)換為 base64 編碼的字符串。與 base64_encode() 不同,sodium_bin2base64() 是常量時(shí)...
http://m.o2fo.com/phpchinese/php8-sodiumbin2base64.html(PHP 7 >= 7.2.0, PHP 8)sodium_bin2hex — 編碼為十六進(jìn)制說明sodium_bin2hex(string $string): string將原始二進(jìn)制字符串轉(zhuǎn)換為十六進(jìn)制編碼的字符串。與標(biāo)準(zhǔn)的十六進(jìn)制編碼函數(shù)不同,sodium_bin2hex() 是常量時(shí)間(該屬性對(duì)于任何 觸摸加...
http://m.o2fo.com/phpchinese/php8-sodiumbin2hex.html(PHP 7 >= 7.2.0, PHP 8)sodium_compare — 比較大數(shù)字說明sodium_compare(string $string1, string $string2): int比較兩個(gè)字符串,就好像它們是任意長(zhǎng)度的無符號(hào)小端整數(shù)一樣,沒有側(cè)信道泄漏。參數(shù) string1左操作數(shù)string2右操作數(shù)返回值 如果小...
http://m.o2fo.com/phpchinese/php8-sodiumcompare.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_aead_aes256gcm_decrypt — 驗(yàn)證然后使用AES-256-GCM解密消息說明sodium_crypto_aead_aes256gcm_decrypt( string $ciphertext, string $additional_data, string $nonce, string $key ): string|false驗(yàn)證然后使用 AES-256-GCM 解密。 僅當(dāng) sodium_...
http://m.o2fo.com/phpchinese/php8-sodiumcrypto1eaduaes256gcmdecrypt.html抱歉,暫時(shí)沒有相關(guān)的微課
w3cschool 建議您:
抱歉,暫時(shí)沒有相關(guān)的視頻課程
w3cschool 建議您:
抱歉,暫時(shí)沒有相關(guān)的教程
w3cschool 建議您:
(PHP 8)簡(jiǎn)介 從 PHP 8.0.0 開始替換 OpenSSL X.509 資源的完全不透明類。類摘要 final class OpenSSLCertificate { }
http://m.o2fo.com/phpchinese/php8-opensslcertification-class.html(PHP 8)簡(jiǎn)介從 PHP 8.0.0 開始替換 OpenSSL X.509 CSR 資源的完全不透明類。類摘要final class OpenSSLCertificateSigningRequest { }
http://m.o2fo.com/phpchinese/php8-openssl-certificate-signingrequest-class.html(PHP 8)簡(jiǎn)介從 PHP 8.0.0 開始替換 OpenSSL key 資源的完全不透明類。類摘要final class OpenSSLAsymmetricKey { }
http://m.o2fo.com/phpchinese/php8-opensslasymmetrickey-class.html(PHP 7 >= 7.2.0, PHP 8)簡(jiǎn)介鈉函數(shù)引發(fā)的異常。類摘要class SodiumException extends Exception { /* 繼承的屬性 */ protected string $message = ""; private string $string = ""; protected int $code; protected string $file = ""; protected int $line; private array $trace = []; pri...
http://m.o2fo.com/phpchinese/phpchinese-tc1g3yqb.html(PHP 7 >= 7.2.0, PHP 8)sodium_add — 添加大量數(shù)字說明sodium_add(string &$string1, string $string2): void這會(huì)將參數(shù)添加到 覆蓋 中 存儲(chǔ)在 中的值。此函數(shù)假定這兩個(gè)參數(shù)都是二進(jìn)制的 以 little-endian 字節(jié)順序表示無符號(hào)整數(shù)的字符串。strin...
http://m.o2fo.com/phpchinese/php8-sodium-add.html(PHP 7 >= 7.2.0, PHP 8)sodium_base642bin — 將 base64 編碼的字符串解碼為原始二進(jìn)制文件。說明sodium_base642bin(string $string, int $id, string $ignore = ""): string將 base64 編碼的字符串轉(zhuǎn)換為原始二進(jìn)制文件。與 base64_decode() 不同,sodium_base6...
http://m.o2fo.com/phpchinese/php8-sodiumbase642bin.html(PHP 7 >= 7.2.0, PHP 8)sodium_bin2base64 — 使用 base64 對(duì)原始二進(jìn)制字符串進(jìn)行編碼。說明sodium_bin2base64(string $string, int $id): string將原始二進(jìn)制字符串轉(zhuǎn)換為 base64 編碼的字符串。與 base64_encode() 不同,sodium_bin2base64() 是常量時(shí)...
http://m.o2fo.com/phpchinese/php8-sodiumbin2base64.html(PHP 7 >= 7.2.0, PHP 8)sodium_bin2hex — 編碼為十六進(jìn)制說明sodium_bin2hex(string $string): string將原始二進(jìn)制字符串轉(zhuǎn)換為十六進(jìn)制編碼的字符串。與標(biāo)準(zhǔn)的十六進(jìn)制編碼函數(shù)不同,sodium_bin2hex() 是常量時(shí)間(該屬性對(duì)于任何 觸摸加...
http://m.o2fo.com/phpchinese/php8-sodiumbin2hex.html(PHP 7 >= 7.2.0, PHP 8)sodium_compare — 比較大數(shù)字說明sodium_compare(string $string1, string $string2): int比較兩個(gè)字符串,就好像它們是任意長(zhǎng)度的無符號(hào)小端整數(shù)一樣,沒有側(cè)信道泄漏。參數(shù) string1左操作數(shù)string2右操作數(shù)返回值 如果小...
http://m.o2fo.com/phpchinese/php8-sodiumcompare.html(PHP 7 >= 7.2.0, PHP 8)sodium_crypto_aead_aes256gcm_decrypt — 驗(yàn)證然后使用AES-256-GCM解密消息說明sodium_crypto_aead_aes256gcm_decrypt( string $ciphertext, string $additional_data, string $nonce, string $key ): string|false驗(yàn)證然后使用 AES-256-GCM 解密。 僅當(dāng) sodium_...
http://m.o2fo.com/phpchinese/php8-sodiumcrypto1eaduaes256gcmdecrypt.html抱歉,暫時(shí)沒有相關(guān)的文章
w3cschool 建議您: