検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 136 for Bytes (0.002 sec.)
Copy data to named shared memory 7050
« SyncSharedMemory::size その他の基本モジュール » PHP Manual SyncSharedMemory Copy data to named ... ceeds the size of the shared memory, the number of bytes written returned will be less than the length of t ... he input. start The start/offset, in bytes, to begin writing. 注意 : If the value is negative ... ing position will begin at the specified number of bytes from the end of the shared memory segment. 戻り値 ... An integer containing the number of bytes written to shared memory. 例 例1 SyncSharedMemory: ...
https://man.plustar.jp/php/syncsharedmemory.write.html - [similar]
ディレクトリハンドルからエントリを読み込む 6882
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... rchive if (! $filename ) { return false ; } $octal_bytes = trim ( $data [ "size" ]); // Filesize is defined ... in octects $bytes = octdec ( $octal_bytes ); // tar rounds up filesi ... zes up to multiple of 512 bytes (zero filled) $rest = $bytes % 512 ; if ( $rest > ... 0 ) { $bytes += 512 - $rest ; } // Seek over the file fseek ( $ ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
CSPRNG 関数 6810
« 定義済み定数 random_bytes » PHP Manual CSPRNG CSPRNG 関数 CSPRNG 関数 目次 random_bytes — 暗号 ... な疑似乱数を生成する 関連キーワード: CSPRNG , 関数 , bytes , 暗号 , 疑似 , 生成 , 定義 , 定数 , バイト , int ...
https://man.plustar.jp/php/ref.csprng.html - [similar]
はじめに 6762
« ssdeep インストール/設定 » PHP Manual ssdeep はじめに はじめに ssdeep is a utility for creatin ... h signatures which have "...sequences of identical bytes in the same order, although bytes in between these ... キーワード: ssdeep , hashes , sequences , hashing , bytes , comparing , creating , provides , extension , Th ...
https://man.plustar.jp/php/intro.ssdeep.html - [similar]
Reserves space in buffer 6642
« EventBuffer::enableLocking EventBuffer::freeze » PHP Manual EventBuffer Reserves space in buff ... that the buffer is now large enough to contain len bytes without any further allocations. パラメータ len Th ... e number of bytes to reserve for the buffer 戻り値 成功した場合に tr ... rves , space , EventBuffer , in , expand , chunk , bytes , large , 成功 ...
https://man.plustar.jp/php/eventbuffer.expand.html - [similar]
Copies one memory area to another 6642
« FFI::memcmp FFI::memset » PHP Manual FFI Copies one memory area to another FFI::memcpy (PHP 7 ... ta | string &$from , int $size ): void Copies size bytes from the memory area from to the memory area to . ... f the memory area to copy from. size The number of bytes to copy. 戻り値 値を返しません。 関連キーワード: m ... y , Copies , from , memcpy , size , copy , CData , bytes , memcmp , memset ...
https://man.plustar.jp/php/ffi.memcpy.html - [similar]
Fills a memory area 6642
« FFI::memcpy FFI::new » PHP Manual FFI Fills a memory area FFI::memset (PHP 7 >= 7.4.0, PHP 8) ... &$ptr , int $value , int $size ): void Fills size bytes of the memory area pointed to by ptr with the give ... l. value The byte to fill with. size The number of bytes to fill. 戻り値 値を返しません。 関連キーワード: m ... y , Fills , a , size , ptr , fill , memset , int , bytes , public ...
https://man.plustar.jp/php/ffi.memset.html - [similar]
ハッシュ値を計算する 6642
« sodium_crypto_core_ristretto255_sub sodium_crypto_generichash_init » PHP Manual Sodium 関数 ハ ... &$state , int $length = SODIUM_CRYPTO_GENERICHASH_BYTES ): string ストリーミングハッシュAPI の処理を完了さ ... enerichash_final() の例 <?php $messages = [ random_bytes ( 32 ), random_bytes ( 32 ), random_bytes ( 16 )]; ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-final.html - [similar]
フィールドの名前を返す 6606
« pg_field_is_null pg_field_num » PHP Manual PostgreSQL 関数 フィールドの名前を返す pg_field_nam ... torage length: " . pg_field_size ( $res , $j ) . " bytes\n" ; echo "field type: " . pg_field_type ( $res , ... or printed length: 6 characters storage length: -1 bytes field type: varchar column 1 fieldname: year print ... ed length: 4 characters storage length: 2 bytes field type: int2 column 2 fieldname: title printed ... length: 24 characters storage length: -1 bytes field type: varchar 参考 pg_field_num() - 指定され ...
https://man.plustar.jp/php/function.pg-field-name.html - [similar]
ストリーミングのためにハッシュを初期化する 6558
« sodium_crypto_generichash_final sodium_crypto_generichash_keygen » PHP Manual Sodium 関数 スト ... key = "" , int $length = SODIUM_CRYPTO_GENERICHASH_BYTES ): string ストリーミングハッシュAPI の初期化メソッ ... generichash_init() の例 <?php $messages = [ random_bytes ( 32 ), random_bytes ( 32 ), random_bytes ( 16 )]; ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-init.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT