検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 149 for binary (0.004 sec.)
段階的なハッシュ処理を終了し、出来上がったダイジェストを返す 5750
« hash_file hash_hkdf » PHP Manual Hash 関数 段階的なハッシュ処理を終了し、出来上がったダイジェス ... 返す 説明 hash_final ( HashContext $context , bool $binary = false ): string パラメータ context hash_init() が ... 返すハッシュコンテキスト。 binary true を設定すると、生のバイナリデータを出力します。 ... alse の場合は小文字の 16 進数値となります。 戻り値 binary が true に設定されていない場合は、 メッセージダイジ ...
https://man.plustar.jp/php/function.hash-final.html - [similar]
文字列の先頭および末尾にあるホワイトスペースを取り除く 5750
« substr ucfirst » 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 = trim ( $text ) ... immed ); // ASCII 制御文字 (0 から 31 まで) を // $binary の先頭および末尾から取り除きます $clean = trim ( $ ...
https://man.plustar.jp/php/function.trim.html - [similar]
Returns the BinaryInterface's data 5750
« MongoDB\BSON\BinaryInterface::getType MongoDB\BSON\Decimal128Interface » PHP Manual MongoDB\BS ... ON\BinaryInterface Returns the BinaryInterface's data MongoD ... B\BSON\BinaryInterface::__toString (mongodb >=1.3.0) MongoDB\BSO ... N\BinaryInterface::__toString — Returns the BinaryInterface ... 's data 説明 abstract public MongoDB\BSON\BinaryInterface::__toString (): string このメソッドは次の ...
https://man.plustar.jp/php/mongodb-bson-binaryinterface.tostring.html - [similar]
Decrypt a value 5715
« MongoDB\Driver\ClientEncryption::createDataKey MongoDB\Driver\ClientEncryption::encrypt » PHP ... DB\Driver\ClientEncryption::decrypt ( MongoDB\BSON\Binary $value ): mixed Decrypts the value. パラメータ val ... ue A MongoDB\BSON\Binary instance with subtype 6 containing the encrypted v ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.decrypt.html - [similar]
Create a new ClientEncryption object 5715
« MongoDB\Driver\Manager::__construct MongoDB\Driver\Manager::executeBulkWrite » PHP Manual Mong ... string>, privateKey: <base64 string>|<MongoDB\BSON\Binary>, endpoint: <optional string> // Defaults to "oaut ... crypt data keys key: <base64 string>|<MongoDB\BSON\Binary> } tlsOptions array A document containing the TLS ... are now accepted as an alternative to MongoDB\BSON\Binary for options within "kmsProviders" . 参考 MongoDB\D ...
https://man.plustar.jp/php/mongodb-driver-manager.createclientencryption.html - [similar]
実行時設定 5715
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ション 名前 デフォルト 変更可能 変更履歴 yaml.decode_binary 0 PHP_INI_ALL yaml.decode_php 0 PHP_INI_ALL 1.2.0 ... クティブに関する 簡単な説明を示します。 yaml.decode_binary bool デフォルトではオフです。オンにすると、明示的に ... タグ "tag:yaml.org,2002:binary" がつけられた base64 バイナリエンコード形式のエンテ ...
https://man.plustar.jp/php/yaml.configuration.html - [similar]
HMAC 方式を使用してハッシュ値を生成する 5680
« hash_hmac_file hash_init » PHP Manual Hash 関数 HMAC 方式を使用してハッシュ値を生成する hash_h ... string $algo , string $data , string $key , bool $binary = false ): string パラメータ algo 選択したアルゴリ ... ダイジェストを生成するために使用する 共有の秘密鍵。 binary true を設定すると、生のバイナリデータを出力します。 ... alse の場合は小文字の 16 進数値となります。 戻り値 binary が true に設定されていない場合は、 メッセージダイジ ...
https://man.plustar.jp/php/function.hash-hmac.html - [similar]
バイナリカラムデータを処理する 5680
« odbc_autocommit odbc_close_all » PHP Manual ODBC 関数 バイナリカラムデータを処理する odbc_binm ... タを処理する方法を制御します。 (関係するODBC SQL型: BINARY , VARBINARY , LONGVARBINARY )。 デフォルトの処理モ ... 01" に変換され、 11111111 は "FF" に変換されます。 BINARY と VARBINARY 型のカラムを処理する方法は binmode に ... よって決まります。 LONGVARBINARY 型のカラムを処理する方法は、 longreadlen にも依存し ... ます: LONGVARBINARY 処理 binmode longreadlen 結果 ODBC_BINMODE_PASSTHR ...
https://man.plustar.jp/php/function.odbc-binmode.html - [similar]
ファイルの内容から、ハッシュ値を生成する 5657
« hash_equals hash_final » PHP Manual Hash 関数 ファイルの内容から、ハッシュ値を生成する hash_fi ... ash_file ( string $algo , string $filename , bool $binary = false , array $options = [] ): string | false パ ... 置を示す URL。 fopen ラッパーをサポートしています。 binary true を設定すると、生のバイナリデータを出力します。 ... リアントが "seed" だけをサポートしています。 戻り値 binary が true に設定されていない場合は、 メッセージダイジ ...
https://man.plustar.jp/php/function.hash-file.html - [similar]
HMAC 方式を使用して、指定されたファイルの内容からハッシュ値を生成する 5657
« hash_hmac_algos hash_hmac » PHP Manual Hash 関数 HMAC 方式を使用して、指定されたファイルの内容 ... ing $algo , string $filename , string $key , bool $binary = false ): string | false パラメータ algo 選択した ... ダイジェストを生成するために使用する 共有の秘密鍵。 binary true を設定すると、生のバイナリデータを出力します。 ... alse の場合は小文字の 16 進数値となります。 戻り値 binary が true に設定されていない場合は、 メッセージダイジ ...
https://man.plustar.jp/php/function.hash-hmac-file.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT