検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 150 for Hash (0.002 sec.)
hash_hmac に合うハッシュアルゴリズムの一覧を返す 8335
« hash_hkdf hash_hmac_file » PHP Manual Hash 関数 hash_hmac に合うハッシュアルゴリズムの一覧を返 ...hash_hmac_algos (PHP 7 >= 7.2.0, PHP 8) hash_hmac_algos ...hash_hmac に合うハッシュアルゴリズムの一覧を返す 説明 h ... タはありません。 戻り値 数値インデックスをキーとし、 hash_hmac() に合う、 サポートされたハッシュアルゴリズム ... の一覧を値とした配列を返します。 例 例1 hash_hmac_algos() の例 <?php print_r ( hash_hmac_algos ...
https://man.plustar.jp/php/function.hash-hmac-algos.html - [similar]
HMAC 方式を使用してハッシュ値を生成する 8300
« hash_hmac_file hash_init » PHP Manual Hash 関数 HMAC 方式を使用してハッシュ値を生成する hash_h ... mac (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1) hash_hmac — HMAC 方式を使用してハッシュ値を ... 生成する 説明 hash_hmac ( string $algo , string $data , string $key , ... al160,4" など…)。 サポートするアルゴリズムの一覧は hash_hmac_algos() を参照ください。 data ハッシュするメッ ... リ形式で返されます。 変更履歴 バージョン 説明 8.0.0 hash_hmac() は、 algo が未知の場合や、 暗号に適さないハ ...
https://man.plustar.jp/php/function.hash-hmac.html - [similar]
アクティブなハッシュコンテキストに、ファイルからデータを投入する 8300
« hash_pbkdf2 hash_update_stream » PHP Manual Hash 関数 アクティブなハッシュコンテキストに、ファ ... イルからデータを投入する hash_update_file (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL ha ... sh >= 1.1) hash_update_file — アクティブなハッシュコンテキストに、 ... ファイルからデータを投入する 説明 hash_update_file ( HashContext $context , string $filen ... $stream_context = null ): bool パラメータ context hash_init() が返すハッシュコンテキスト。 filename ハッシ ...
https://man.plustar.jp/php/function.hash-update-file.html - [similar]
アクティブなハッシュコンテキストにデータを投入する 8276
« hash_update_stream hash » PHP Manual Hash 関数 アクティブなハッシュコンテキストにデータを投入す ...hash_update (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= ... 1.1) hash_update — アクティブなハッシュコンテキストにデータを ... 投入する 説明 hash_update ( HashContext $context , string $data ): bo ... ol パラメータ context hash_init() が返すハッシュコンテキスト。 data ハッシュダ ...
https://man.plustar.jp/php/function.hash-update.html - [similar]
HMAC 方式を使用して、指定されたファイルの内容からハッシュ値を生成する 8171
« hash_hmac_algos hash_hmac » PHP Manual Hash 関数 HMAC 方式を使用して、指定されたファイルの内容 ... からハッシュ値を生成する hash_hmac_file (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash ... >= 1.1) hash_hmac_file — HMAC 方式を使用して、指定されたファイル ... の内容からハッシュ値を生成する 説明 hash_hmac_file ( string $algo , string $filename , stri ... al160,4" など…)。 サポートするアルゴリズムの一覧は hash_hmac_algos() を参照ください。 filename ハッシュ対象 ...
https://man.plustar.jp/php/function.hash-hmac-file.html - [similar]
The Hashable interface 8113
« Ds\Collection::toArray Ds\Hashable::equals » PHP Manual Data Structures The Hashable interface ... The Hashable interface (No version information available, m ... ight only be in Git) はじめに Hashable is an interface which allows objects to be use ... d as keys. It's an alternative to spl_object_hash() , which determines an object's hash based on its ... d as equal because they are not the same instance. hash() is used to return a scalar value to be used as t ...
https://man.plustar.jp/php/class.ds-hashable.html - [similar]
ハッシュ値 (メッセージダイジェスト) を生成する 8089
« hash_update Mcrypt » PHP Manual Hash 関数 ハッシュ値 (メッセージダイジェスト) を生成する hash ... (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1) hash — ハッシュ値 (メッセージダイジェスト) ... を生成する 説明 hash ( string $algo , string $data , bool $binary = fal ... 4" など…)。 サポートされているアルゴリズムの一覧は hash_algos() を参照して下さい。 data ハッシュするメッセ ... アルゴリズム向けの、オプションの配列。 現状は、MurmurHash バリアントが "seed" だけをサポートしています。 戻り ...
https://man.plustar.jp/php/function.hash.html - [similar]
ファイルの内容から、ハッシュ値を生成する 7949
« hash_equals hash_final » PHP Manual Hash 関数 ファイルの内容から、ハッシュ値を生成する hash_fi ... le (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1) hash_file — ファイルの内容から、ハッシュ値 ... を生成する 説明 hash_file ( string $algo , string $filename , bool $bin ... 4" など…)。 サポートされているアルゴリズムの一覧は hash_algos() を参照して下さい。 filename ハッシュ対象と ... アルゴリズム向けの、オプションの配列。 現状は、MurmurHash バリアントが "seed" だけをサポートしています。 戻り ...
https://man.plustar.jp/php/function.hash-file.html - [similar]
登録されているハッシュアルゴリズムの一覧を返す 7704
« Hash 関数 hash_copy » PHP Manual Hash 関数 登録されているハッシュアルゴリズムの一覧を返す hash ... _algos (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1) hash_algos — 登録されているハッシュアルゴリ ... ズムの一覧を返す 説明 hash_algos (): array パラメータ この関数にはパラメータは ... して返します。 変更履歴 バージョン 説明 8.1.0 MurmurHash3 と xxHash のサポートを追加しました。 7.4.0 crc32c ... および sha3-512 のサポートを追加しました。 例 例1 hash_algos() の例 PHP 8.1.0 では、 hash_algos() は 以下 ...
https://man.plustar.jp/php/function.hash-algos.html - [similar]
Calculates the match score between two fuzzy hash signatures 7517
« ssdeep 関数 ssdeep_fuzzy_hash_filename » PHP Manual ssdeep 関数 Calculates the match score bet ... ween two fuzzy hash signatures ssdeep_fuzzy_compare (PECL ssdeep >= 1. ... are — Calculates the match score between two fuzzy hash signatures 説明 ssdeep_fuzzy_compare ( string $sig ... and signature2 using » context-triggered piecewise hashing , and returns the match score. パラメータ signa ... ture1 The first fuzzy hash signature string. signature2 The second fuzzy hash ...
https://man.plustar.jp/php/function.ssdeep-fuzzy-compare.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT