検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 291 for length (0.070 sec.)
出力バッファリング機構のネストレベルを返す 4611
« ob_get_length ob_get_status » PHP Manual 出力制御 関数 出力バッファリング機構のネストレベルを返 ... ト , レベル , 機構 , 関数 , ハンドラ , パラメータ , length , status ...
https://man.plustar.jp/php/function.ob-get-level.html - [similar]
疑似ランダムなバイト文字列を生成する 4611
« openssl_public_encrypt openssl_seal » PHP Manual OpenSSL 関数 疑似ランダムなバイト文字列を生成 ... 列を生成する 説明 openssl_random_pseudo_bytes ( int $length , bool &$strong_result = null ): string 疑似ランダ ... ムなバイト文字列を生成します。長さは length パラメータで指定します。 暗号学的に強いアルゴリズム ... システムなどではそうなることもあります。 パラメータ length 希望するバイト長。正の整数でなければなりません。PH ... $i , $cstrong ); $hex = bin2hex ( $bytes ); echo "Lengths: Bytes: $i and Hex: " . strlen ( $hex ) . PHP_EOL ...
https://man.plustar.jp/php/function.openssl-random-pseudo-bytes.html - [similar]
サブキーを派生させる 4611
« sodium_crypto_generichash sodium_crypto_kdf_keygen » PHP Manual Sodium 関数 サブキーを派生させ ... 説明 sodium_crypto_kdf_derive_from_key ( int $subkey_length , int $subkey_id , string $context , string $key ) ... ます。 hash_hkdf() に似ています。 パラメータ subkey_length 返すキーの長さ(バイト単位) subkey_id 与えられたルー ...
https://man.plustar.jp/php/function.sodium-crypto-kdf-derive-from-key.html - [similar]
秘密鍵と nonce を、疑似ランダムなバイト列の鍵ストリームに展開する 4611
« sodium_crypto_stream_xchacha20_xor sodium_crypto_stream_xor » PHP Manual Sodium 関数 秘密鍵と ... 展開する 説明 sodium_crypto_stream_xchacha20 ( int $length , string $nonce , string $key ): string key と non ... ムなバイト列の鍵ストリームに展開します。 パラメータ length バイト列の長さ。 nonce 24バイト長の nonce。 key 秘 ...
https://man.plustar.jp/php/function.sodium-crypto-stream-xchacha20.html - [similar]
The EventBuffer class 4535
« EventBase::stop EventBuffer::add » PHP Manual Event The EventBuffer class The EventBuffer clas ... R_ADD = 1 ; /* プロパティ */ public readonly int $ length ; public readonly int $ contiguous_space ; /* メソ ... EOL_ANY ): mixed public substr ( int $start , int $length = ? ): string public unfreeze ( bool $at_front ): ... ( mixed $fd , int $howmuch = ? ): int } プロパティ length The number of bytes stored in an event buffer. con ...
https://man.plustar.jp/php/class.eventbuffer.html - [similar]
ファイルを、指定したオフセットから読み込む 4535
« eio_poll eio_readahead » PHP Manual Eio 関数 ファイルを、指定したオフセットから読み込む eio_re ... セットから読み込む 説明 eio_read ( mixed $fd , int $length , int $offset , int $pri , callable $callback , mi ... io_read() は、 fd が指すファイルの offset から最大 length バイトまでを読み込みます。 読み込んだデータは call ... ソース、あるいは数値で表したファイルディスクリプタ。 length 読み込むバイト数の最大値。 offset ファイル内でのオ ...
https://man.plustar.jp/php/function.eio-read.html - [similar]
結果セットにおけるフィールド数を得る 4535
« ibase_name_result ibase_num_params » PHP Manual Firebird/InterBase 関数 結果セットにおけるフィ ... ation: " . $col_info [ 'relation' ] . "\n" ; echo "length: " . $col_info [ 'length' ] . "\n" ; echo "type: " ...
https://man.plustar.jp/php/function.ibase-num-fields.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 4535
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... statement , string $param , mixed &$var , int $max_length = -1 , int $type = 0 ): bool PHP の変数 var を Ora ... かは、 実行時に決まります。 OUT 変数を使う場合は max_length を指定しなければなりません。 これを用いて、返される ... 格納してステートメントを何度も実行するのであれば max_length を設定しておくことを推奨します。 そうしないと、最初 ... 使いません。 var param に関連づける PHP の変数。 max_length バインド時の最大長。-1 に設定した場合、 var の現在 ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
Construct a new Binary 4535
« MongoDB\BSON\Binary MongoDB\BSON\Binary::getData » PHP Manual MongoDB\BSON\Binary Construct a ... :TYPE_OLD_UUID and data is not exactly 16 bytes in length. 変更履歴 バージョン 説明 PECL mongodb 1.3.0 Mongo ... :TYPE_OLD_UUID and data is not exactly 16 bytes in length. PECL mongodb 1.1.3 MongoDB\Driver\Exception\Inval ...
https://man.plustar.jp/php/mongodb-bson-binary.construct.html - [similar]
Copy data from named shared memory 4535
« SyncSharedMemory::first SyncSharedMemory::size » PHP Manual SyncSharedMemory Copy data from na ... lic SyncSharedMemory::read ( int $start = 0 , int $length = ? ) Copies data from named shared memory. パラメ ... f bytes from the end of the shared memory segment. length The number of bytes to read. 注意 : If unspecified ...
https://man.plustar.jp/php/syncsharedmemory.read.html - [similar]