検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 149 for binary (0.029 sec.)
ハッシュ値 (メッセージダイジェスト) を生成する 5973
« hash_update Mcrypt » PHP Manual Hash 関数 ハッシュ値 (メッセージダイジェスト) を生成する hash ... する 説明 hash ( string $algo , string $data , bool $binary = false , array $options = [] ): string パラメータ ... ) を参照して下さい。 data ハッシュするメッセージ。 binary true を設定すると、生のバイナリデータを出力します。 ... リアントが "seed" だけをサポートしています。 戻り値 binary が true に設定されていない場合は、 メッセージダイジ ... メッセージ , hash , ダイジェスト , 生成 , ハッシュ , binary , アルゴリズム , string , algo , 設定 ...
https://man.plustar.jp/php/function.hash.html - [similar]
文字列の最初から空白 (もしくはその他の文字) を取り除く 5938
« localeconv md5_file » PHP Manual String 関数 文字列の最初から空白 (もしくはその他の文字) を取り ... php $text = "\t\tThese are a few words :) ... " ; $binary = "\x09Example string\x0A" ; $hello = "Hello World ... " ; var_dump ( $text , $binary , $hello ); print "\n" ; $trimmed = ltrim ( $text ... immed ); // ASCII 制御文字 (0 から 31 まで) を // $binary の先頭から取り除きます $clean = ltrim ( $binary , ...
https://man.plustar.jp/php/function.ltrim.html - [similar]
文字列の最後から空白 (もしくはその他の文字) を取り除く 5938
« quotemeta setlocale » PHP Manual String 関数 文字列の最後から空白 (もしくはその他の文字) を取り ... php $text = "\t\tThese are a few words :) ... " ; $binary = "\x09Example string\x0A" ; $hello = "Hello World ... " ; var_dump ( $text , $binary , $hello ); print "\n" ; $trimmed = rtrim ( $text ... immed ); // ASCII 制御文字 (0 から 31 まで) を // $binary の末尾から取り除きます $clean = rtrim ( $binary , ...
https://man.plustar.jp/php/function.rtrim.html - [similar]
ファイルの sha1 ハッシュを計算する 5903
« setlocale sha1 » PHP Manual String 関数 ファイルの sha1 ハッシュを計算する sha1_file (PHP 4 >= ... を計算する 説明 sha1_file ( string $filename , bool $binary = false ): string | false » US Secure Hash Algorit ... メータ filename ハッシュしたいファイルのファイル名。 binary true を指定すると、長さ 20 のバイナリフォーマットで ... シュ , 計算 , ファイル , file , filename , string , binary , パラメータ , 参考 , 成功 ...
https://man.plustar.jp/php/function.sha1-file.html - [similar]
指定したファイルのMD5ハッシュ値を計算する 5879
« ltrim md5 » PHP Manual String 関数 指定したファイルのMD5ハッシュ値を計算する md5_file (PHP 4 > ... を計算する 説明 md5_file ( string $filename , bool $binary = false ): string | false » RSA Data Security, Inc ... 文字の 16 進数です。 パラメータ filename ファイル名 binary true の場合、長さ 16 の生のバイナリフォーマットで ... , ファイル , file , ハッシュ , filename , string , binary , パラメータ , 参考 ...
https://man.plustar.jp/php/function.md5-file.html - [similar]
ダイジェストを計算する 5879
« openssl_dh_compute_key openssl_encrypt » PHP Manual OpenSSL 関数 ダイジェストを計算する openss ... igest ( string $data , string $digest_algo , bool $binary = false ): string | false 与えられたメソッドを使っ ... 覧は、 openssl_get_md_methods() を参照してください。 binary true に設定すると未加工の出力データとして返します。 ... igest , データ , algo , string , メソッド , data , binary , binhex ...
https://man.plustar.jp/php/function.openssl-digest.html - [similar]
xdiff_string_bdiff のエイリアス 5879
« xdiff_string_bpatch xdiff_string_diff » PHP Manual xdiff 関数 xdiff_string_bdiff のエイリアス ... xdiff_string_diff_binary (PECL xdiff >= 0.2.0) xdiff_string_diff_binary — x ... bpatch , data , 関数 , バイナリ , 適用 , パッチ , binary ...
https://man.plustar.jp/php/function.xdiff-string-diff-binary.html - [similar]
Returns the BinaryInterface's data 5809
« MongoDB\BSON\BinaryInterface MongoDB\BSON\BinaryInterface::getType » PHP Manual MongoDB\BSON\Binary ... inaryInterface Returns the BinaryInterface's data MongoDB\BSON\BinaryInterface::getD ... ata (mongodb >=1.3.0) MongoDB\BSON\BinaryInterface::getData — Returns the BinaryInterface's ... data 説明 abstract public MongoDB\BSON\BinaryInterface::getData (): string パラメータ この関数に ... はパラメータはありません。 戻り値 Returns the BinaryInterface's data. 参考 MongoDB\BSON\Binary::getData ...
https://man.plustar.jp/php/mongodb-bson-binaryinterface.getdata.html - [similar]
Returns the BinaryInterface's type 5809
« MongoDB\BSON\BinaryInterface::getData MongoDB\BSON\BinaryInterface::__toString » PHP Manual Mo ... ngoDB\BSON\BinaryInterface Returns the BinaryInterface's type MongoD ... B\BSON\BinaryInterface::getType (mongodb >=1.3.0) MongoDB\BSON\B ... inaryInterface::getType — Returns the BinaryInterface's type 説明 abstract public MongoDB\BSON\ ... 関数にはパラメータはありません。 戻り値 Returns the BinaryInterface's type. 参考 MongoDB\BSON\Binary::getType ...
https://man.plustar.jp/php/mongodb-bson-binaryinterface.gettype.html - [similar]
The MongoDB\Driver\ClientEncryption class 5774
« MongoDB\Driver\Session::startTransaction MongoDB\Driver\ClientEncryption::__construct » PHP Ma ... $kmsProvider , array $options = ? ): MongoDB\BSON\Binary final public decrypt ( MongoDB\BSON\Binary $value ... mixed $value , array $options = ? ): MongoDB\BSON\Binary } 定義済み定数 MongoDB\Driver\ClientEncryption::AE ...
https://man.plustar.jp/php/class.mongodb-driver-clientencryption.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT