検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 150 for Hash (0.013 sec.)
ベクトルをマップする 6803
« sodium_crypto_core_ristretto255_add sodium_crypto_core_ristretto255_is_valid_point » PHP Manua ... ルをマップする sodium_crypto_core_ristretto255_from_hash (PHP 8 >= 8.1.0) sodium_crypto_core_ristretto255_f ... rom_hash — ベクトルをマップする 説明 sodium_crypto_core_ris ... tretto255_from_hash ( string $s ): string 64バイト長のベクトル s をグル ... します。 例 例1 sodium_crypto_core_ristretto255_from_hash() の例 <?php $hashes = sodium_hex2bin ( '5d1be09e3 ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-from-hash.ht... - [similar]
パスワードハッシュを作る 6722
« 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 , a ... rray $options = [] ): string password_hash() は、 強力な一方向ハッシュアルゴリズムを使って、 ... した場合は、パスワードをハッシュするたびに password_hash() がランダムなソルトを自動生成します。これは意図し ...
https://man.plustar.jp/php/function.password-hash.html - [similar]
Memcached のオプションの値を設定する 6616
« Memcached::setMultiByKey Memcached::setOptions » PHP Manual Memcached Memcached のオプションの ... 値は、定数で指定する必要があります。 Memcached::OPT_HASH には Memcached::HASH_* の値を指定しなければなりませ ... (); var_dump ( $m -> getOption ( Memcached :: OPT_HASH ) == Memcached :: HASH_DEFAULT ); $m -> setOption ... ( Memcached :: OPT_HASH , Memcached :: HASH_MURMUR ); $m -> setOption ( Me ... 設定 , オプション , 値 , 定数 , OPT , setOption , HASH , DISTRIBUTION , setOptions ...
https://man.plustar.jp/php/memcached.setoption.html - [similar]
新機能 6581
« PHP 8.0.x から PHP 8.1.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 8.0.x から P ... と imageavif() で Avif が使えるようになりました。 Hash hash() , hash_file() , hash_init() 関数に、 オプシ ... ルゴリズム特有のデータを渡せるようになります。 MurmurHash3 ストリーミングをサポートした MurmurHash3 のサポー ... 以下のバリアントが実装されています: murmur3a, 32-bit hash murmur3c, 128-bit hash for x86 murmur3f, 128-bit h ... たとえば、以下のように書くことができます: <?php $h = hash ( "murmur3f" , $data , options : [ "seed" => 42 ]) ...
https://man.plustar.jp/php/migration81.new-features.html - [similar]
Memcached のオプションの値を設定する 6453
« Memcached::setOption Memcached::setSaslAuthData » PHP Manual Memcached Memcached のオプションの ... (); var_dump ( $m -> getOption ( Memcached :: OPT_HASH ) == Memcached :: HASH_DEFAULT ); $m -> setOptions ... (array( Memcached :: OPT_HASH => Memcached :: HASH_MURMUR , Memcached :: OPT_PRE ... )); var_dump ( $m -> getOption ( Memcached :: OPT_HASH ) == Memcached :: HASH_DEFAULT ); echo "Prefix key ...
https://man.plustar.jp/php/memcached.setoptions.html - [similar]
指定したオブジェクトのハッシュ ID を返す 6347
« spl_classes spl_object_id » PHP Manual SPL 関数 指定したオブジェクトのハッシュ ID を返す spl_o ... bject_hash (PHP 5 >= 5.2.0, PHP 7, PHP 8) spl_object_hash — 指 ... したオブジェクトのハッシュ ID を返す 説明 spl_object_hash ( object $object ): string この関数は、オブジェクト ... 常に同じ値となる文字列を返します。 例 例1 spl_object_hash() の例 <?php $id = spl_object_hash ( $object ); $s ... す 関連キーワード: オブジェクト , ハッシュ , 指定 , hash , 利用 , 関数 , 注意 , 破棄 , 参考 , 破壊 ...
https://man.plustar.jp/php/function.spl-object-hash.html - [similar]
Determines whether an object is equal to the current instance 6184
« Hashable Ds\Hashable::hash » PHP Manual Hashable Determines whether an object is equal to the ... current instance Ds\Hashable::equals (PECL ds >= 1.0.0) Ds\Hashable::equals ... al to the current instance 説明 abstract public Ds\Hashable::equals ( object $obj ): bool Determines wheth ... nt that objects which are equal also have the same hash value. See Ds\Hashable::hash() . パラメータ obj Th ... り値 true if equal, false otherwise. 関連キーワード: Hashable , Ds , instance , equals , obj , whether , Det ...
https://man.plustar.jp/php/ds-hashable.equals.html - [similar]
実行時設定 6125
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 変更履歴 phar.readonly "1" PHP_INI_ALL phar.require_hash "1" PHP_INI_ALL phar.cache_list "" PHP_INI_SYSTEM ... きますが、無効にすることはできません。 phar.require_hash bool このオプションを使用すると、署名つき (現在サポ ... 由により php.ini でしか解除できません。 phar.require_hash を php.ini で無効にした場合は、 ユーザーがスクリプ ... ト内で phar.require_hash の有効/無効を切りかえることができます。 phar.requi ...
https://man.plustar.jp/php/phar.configuration.html - [similar]
メール 関数 6102
« 定義済み定数 ezmlm_hash » PHP Manual メール メール 関数 メール 関数 目次 ezmlm_hash — EZMLM で ... ルを送信する 関連キーワード: メール , 関数 , ezmlm , hash , 定義 , 定数 , EZMLM , 計算 , mail , 送信 ...
https://man.plustar.jp/php/ref.mail.html - [similar]
パスワードが、ハッシュ値と一致するかを調べる 6067
« sodium_crypto_pwhash_str_needs_rehash sodium_crypto_pwhash_str » PHP Manual Sodium 関数 パスワ ... ドが、ハッシュ値と一致するかを調べる sodium_crypto_pwhash_str_verify (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_p ... whash_str_verify — パスワードが、ハッシュ値と一致するかを ... 調べる 説明 sodium_crypto_pwhash_str_verify ( string $hash , string $password ): bo ... ol sodium_crypto_pwhash_str() を使って生成されたパスワードハッシュが、 指定 ...
https://man.plustar.jp/php/function.sodium-crypto-pwhash-str-verify.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT