検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 289 for [SIMILAR] 16 1024 4096 WITH 121215 sodium WITH 1... (0.386 sec.)
暗号化方式を libzip がサポートしているかどうかをチェックする 0
« ZipArchive::isCompressionMethodSupported ZipArchive::locateName » PHP Manual ZipArchive 暗号化方式を libzip がサポートしているかどうかをチェックする ZipArchive::isEncryptionMethodSupported (PHP >= 8.0.0, PECL zip >= 1.19.0) ZipArchive::isEncryptionMethodSupported — 暗号化方式を libzip ...
https://man.plustar.jp/php/ziparchive.isencryptionmethoddupported.html - [similar]
新機能 0
« PHP 7.1.x から PHP 7.2.x への移行 新しい関数 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新機能 新機能 object 型 object 型が新たに導入されました。 任意のオブジェクトに対する (反変) パラメータの型付けや (共変) 戻り値の型付けで使えます。 <?php function test ( object $obj ) : object { ...
https://man.plustar.jp/php/migration72.new-features.html - [similar]
データを復号する 0
« mcrypt_module_self_test Mhash » PHP Manual Mcrypt 関数 データを復号する mdecrypt_generic (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0) mdecrypt_generic — データを復号する 警告 この関数は PHP 7.1.0 で 非推奨 となり、PHP 7.2.0 で 削除 されました。この関数に頼らないことを強 ...
https://man.plustar.jp/php/function.mdecrypt-generic.html - [similar]
文字列 0
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです。PHP では、 文字は 1 バイトと同じです。つまり、256 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します。 文字列型の詳細 を参照ください。 注 ...
https://man.plustar.jp/php/language.types.string.html - [similar]
使用するアルゴリズムおよびモードのモジュールをオープンする 0
« mcrypt_module_is_block_mode mcrypt_module_self_test » PHP Manual Mcrypt 関数 使用するアルゴリズムおよびモードのモジュールをオープンする mcrypt_module_open (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0) mcrypt_module_open — 使用するアルゴリズムおよびモードのモジュールをオー ...
https://man.plustar.jp/php/function.mcrypt-module-open.html - [similar]
公開鍵でデータを暗号化する 0
« openssl_public_decrypt openssl_random_pseudo_bytes » PHP Manual OpenSSL 関数 公開鍵でデータを暗号化する openssl_public_encrypt (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) openssl_public_encrypt — 公開鍵でデータを暗号化する 説明 openssl_public_encrypt ( string $data , string &$encrypted_data ...
https://man.plustar.jp/php/function.openssl-public-encrypt.html - [similar]
パスワードがハッシュにマッチするかどうかを調べる 0
« password_needs_rehash Sodium » PHP Manual Password Hashing 関数 パスワードがハッシュにマッチするかどうかを調べる password_verify (PHP 5 >= 5.5.0, PHP 7, PHP 8) password_verify — パスワードがハッシュにマッチするかどうかを調べる 説明 password_verify ( string $password , string $hash ): b ...
https://man.plustar.jp/php/function.password-verify.html - [similar]
指定したテキストを暗号化し、署名する 0
« gnupg_encrypt gnupg_export » PHP Manual GnuPG 関数 指定したテキストを暗号化し、署名する gnupg_encryptsign (PECL gnupg >= 0.2) gnupg_encryptsign — 指定したテキストを暗号化し、署名する 説明 gnupg_encryptsign ( resource $identifier , string $plaintext ): string 事前に gnupg_addsignkey およ ...
https://man.plustar.jp/php/function.gnupg-encryptsign.html - [similar]
S/MIME メッセージを暗号化する 0
« openssl_pkcs7_decrypt openssl_pkcs7_read » PHP Manual OpenSSL 関数 S/MIME メッセージを暗号化する openssl_pkcs7_encrypt (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) openssl_pkcs7_encrypt — S/MIME メッセージを暗号化する 説明 openssl_pkcs7_encrypt ( string $input_filename , string $output_filena ...
https://man.plustar.jp/php/function.openssl-pkcs7-encrypt.html - [similar]
パスワードハッシュを作る 0
« password_get_info password_needs_rehash » PHP Manual Password Hashing 関数 パスワードハッシュを作る password_hash (PHP 5 >= 5.5.0, PHP 7, PHP 8) password_hash — パスワードハッシュを作る 説明 password_hash ( string $password , string | int | null $algo , array $options = [] ): string pa ...
https://man.plustar.jp/php/function.password-hash.html - [similar]