検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 136 for bytes (0.002 sec.)
Read data from a file onto the end of the buffer 7999
« EventBuffer::read EventBuffer::readLine » PHP Manual EventBuffer Read data from a file onto th ... umeric file descriptor. howmuch Maxmimum number of bytes to read. 戻り値 Returns the number of bytes read, ... Buffer::copyout() - Copies out specified number of bytes from the front of the buffer EventBuffer::drain() ... - Removes specified number of bytes from the front of the buffer without copying it an ... ffer::appendFrom() - Moves the specified number of bytes from a source buffer to the end of the current buf ...
https://man.plustar.jp/php/eventbuffer.readfrom.html - [similar]
定義済み定数 7999
« リソース型 Sodium 関数 » PHP Manual Sodium 定義済み定数 定義済み定数 以下の定数が定義されていま ... OR_VERSION ( int ) SODIUM_CRYPTO_AEAD_AES256GCM_KEYBYTES ( int ) SODIUM_CRYPTO_AEAD_AES256GCM_NSECBYTES ( i ... nt ) SODIUM_CRYPTO_AEAD_AES256GCM_NPUBBYTES ( int ) SODIUM_CRYPTO_AEAD_AES256GCM_ABYTES ( int ... ) SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_KEYBYTES ( int ) SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_NSECBY ... ES ( int ) SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_NPUBBYTES ( int ) SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_ABYTES ...
https://man.plustar.jp/php/sodium.constants.html - [similar]
新しいグローバル定数 7783
« 新しい関数 下位互換性のない変更点 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新しいグローバ ... RARY_MINOR_VERSION SODIUM_CRYPTO_AEAD_AES256GCM_KEYBYTES SODIUM_CRYPTO_AEAD_AES256GCM_NSECBYTES SODIUM_CRYP ... TO_AEAD_AES256GCM_NPUBBYTES SODIUM_CRYPTO_AEAD_AES256GCM_ABYTES SODIUM_CRYPTO_ ... AEAD_CHACHA20POLY1305_KEYBYTES SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_NSECBYTES SODI ... UM_CRYPTO_AEAD_CHACHA20POLY1305_NPUBBYTES SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_ABYTES SODIUM_ ...
https://man.plustar.jp/php/migration72.constants.html - [similar]
Write contents of the buffer to a file or socket 7747
« EventBuffer::unlock EventBufferEvent » PHP Manual EventBuffer Write contents of the buffer to ... e descriptor. The buffer will be drained after the bytes have been successfully written. パラメータ fd Sock ... iated with a socket. howmuch The maximum number of bytes to write. 戻り値 Returns the number of bytes writt ... :read() - Read data from an evbuffer and drain the bytes read 関連キーワード: buffer , file , contents , Ev ... entBuffer , the , or , of , bytes , descriptor , written ...
https://man.plustar.jp/php/eventbuffer.write.html - [similar]
Extracts a line from the front of the buffer 7422
« EventBuffer::readFrom EventBuffer::search » PHP Manual EventBuffer Extracts a line from the fr ... Buffer::copyout() - Copies out specified number of bytes from the front of the buffer EventBuffer::drain() ... - Removes specified number of bytes from the front of the buffer without copying it an ... :read() - Read data from an evbuffer and drain the bytes read EventBuffer::appendFrom() - Moves the specifi ... ed number of bytes from a source buffer to the end of the current buf ...
https://man.plustar.jp/php/eventbuffer.readline.html - [similar]
sodium_crypto_secretbox で使うランダムな鍵を生成する 7422
« sodium_crypto_scalarmult sodium_crypto_secretbox_open » PHP Manual Sodium 関数 sodium_crypto_s ... 6c" 例2 sodium_crypto_secretbox_keygen() と random_bytes() の比較 <?php $key = sodium_crypto_secretbox_keyg ... en (); $bytes = random_bytes ( SODIUM_CRYPTO_SECRETBOX_KEYBYTES ... ump ( mb_strlen ( $key , '8bit' ) === mb_strlen ( $bytes , '8bit' ) ); ?> 上の例の出力は以下となります。 bo ... 考 sodium_bin2hex() - 16進数にエンコードする random_bytes() - 暗号論的に安全な、疑似ランダムなバイト列を生成 ...
https://man.plustar.jp/php/function.sodium-crypto-secretbox-keygen.html - [similar]
プロセスごとのクライアントの統計を返す 7374
« mysqli_execute mysqli_get_links_stats » PHP Manual エイリアスおよび非推奨の Mysqli 関数 プロセ ... 例の出力は、 たとえば以下のようになります。 Array ( [bytes_sent] => 43 [bytes_received] => 80 [packets_sent] ... ol_overhead_in] => 8 [protocol_overhead_out] => 4 [bytes_received_ok_packet] => 11 [bytes_received_eof_pack ... et] => 0 [bytes_received_rset_header_packet] => 0 [bytes_received_ ... rset_field_meta_packet] => 0 [bytes_received_rset_row_packet] => 0 [bytes_received_pre ...
https://man.plustar.jp/php/function.mysqli-get-client-stats.html - [similar]
Substracts a portion of the buffer data 7218
« EventBuffer::searchEol EventBuffer::unfreeze » PHP Manual EventBuffer Substracts a portion of ... int $length = ? ): string Substracts up to length bytes of the buffer data beginning at start position. パ ... f data to be substracted. length Maximum number of bytes to substract. 戻り値 Returns the data substracted ... :read() - Read data from an evbuffer and drain the bytes read 関連キーワード: data , Substracts , buffer , ... portion , EventBuffer , of , the , substr , bytes , length ...
https://man.plustar.jp/php/eventbuffer.substr.html - [similar]
Copy data from named shared memory 7086
« SyncSharedMemory::first SyncSharedMemory::size » PHP Manual SyncSharedMemory Copy data from na ... ared memory. パラメータ start The start/offset, in bytes, to begin reading. 注意 : If the value is negative ... ing position will begin at the specified number of bytes from the end of the shared memory segment. length ... The number of bytes to read. 注意 : If unspecified, reading will stop ... egative, reading will stop the specified number of bytes from the end of the shared memory segment. 戻り値 ...
https://man.plustar.jp/php/syncsharedmemory.read.html - [similar]
クライアント接続に関する統計情報を返す 7050
« mysqli::$client_version mysqli::$host_info » PHP Manual mysqli クライアント接続に関する統計情報 ... 例の出力は、 たとえば以下のようになります。 Array ( [bytes_sent] => 43 [bytes_received] => 80 [packets_sent] ... ol_overhead_in] => 8 [protocol_overhead_out] => 4 [bytes_received_ok_packet] => 11 [bytes_received_eof_pack ... et] => 0 [bytes_received_rset_header_packet] => 0 [bytes_received_ ... rset_field_meta_packet] => 0 [bytes_received_rset_row_packet] => 0 [bytes_received_pre ...
https://man.plustar.jp/php/mysqli.get-connection-stats.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT