検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 60 for chunk (0.012 sec.)
暗号化のために、シークレットストリームのコンテキストを初期化する 8274
« sodium_crypto_secretstream_xchacha20poly1305_init_pull sodium_crypto_secretstream_xchacha20pol ... i = 0 ; $i < $inputFileSize ; $i += 8175 ) { $ptxt_chunk = fread ( $inputFile , 8175 ); $ctxt_chunk = sodiu ... cretstream_xchacha20poly1305_push ( $state , $ptxt_chunk ); fwrite ( $outputFile , $ctxt_chunk ); } sodium_ ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
復号のためのシークレットストリームのコンテキストを初期化する 8201
« sodium_crypto_secretbox sodium_crypto_secretstream_xchacha20poly1305_init_push » PHP Manual So ... = 24 ; $i < $inputFileSize ; $i += 8192 ) { $ctxt_chunk = fread ( $inputFile , 8192 ); // We're not using ... decrypt, you can assert // this behavior. [ $ptxt_chunk , $tag ] = sodium_crypto_secretstream_xchacha20pol ... y1305_pull ( $state , $ctxt_chunk ); fwrite ( $outputFile , $ptxt_chunk ); } sodium_ ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
APCUIterator イテレータオブジェクトを作成する 7998
« APCUIterator APCUIterator::current » PHP Manual APCUIterator APCUIterator イテレータオブジェク ... $search = null , int $format = APC_ITER_ALL , int $chunk_size = 100 , int $list = APC_LIST_ACTIVE ) APCUIte ... する書式。 APC_ITER_* 定数の組み合わせで指定します。 chunk_size チャンクサイズ。0 より大きい値でなければなりま ... 成 , オブジェクト , construct , apcu , APCu , int , chunk , 名前 , list ...
https://man.plustar.jp/php/apcuiterator.construct.html - [similar]
Manipulation 7867
« Threaded::chunk Threaded::extend » PHP Manual Threaded Manipulation Threaded::count (PECL pthr ... Threaded , count , int , properties , パラメータ , chunk , pthreads , public , Returns ...
https://man.plustar.jp/php/threaded.count.html - [similar]
出力バッファのステータスを取得する 7532
« ob_get_level ob_gzhandler » PHP Manual 出力制御 関数 出力バッファのステータスを取得する ob_get ... 情報を配列として保持します。 Array ( [0] => Array ( [chunk_size] => 0 [size] => 40960 [block_size] => 10240 [ ... efault output handler [del] => 1 ) [1] => Array ( [chunk_size] => 0 [size] => 40960 [block_size] => 10240 [ ... まれます。 完全な ob_get_status() の出力結果 キー 値 chunk_size ob_start() で設定したチャンクの大きさ size .. ...
https://man.plustar.jp/php/function.ob-get-status.html - [similar]
MIME base64 方式でデータをエンコードする 7329
« base64_decode get_headers » PHP Manual URL 関数 MIME base64 方式でデータをエンコードする base6 ... e64 方式によりエンコードされたデータをデコードする chunk_split() - 文字列をより小さな部分に分割する convert ... 式 , string , decode , luZw , 分割 , 部分 , split , chunk , デコード ...
https://man.plustar.jp/php/function.base64-encode.html - [similar]
出力のバッファリングを有効にする 7329
« ob_list_handlers output_add_rewrite_var » PHP Manual 出力制御 関数 出力のバッファリングを有効に ... る 説明 ob_start ( callable $callback = null , int $chunk_size = 0 , int $flags = PHP_OUTPUT_HANDLER_STDFLAG ... ncoding の型を調べ、それに基づいて出力を返します。 chunk_size オプションのパラメータ chunk_size が渡された場 ... 合、 バッファの長さが chunk_size バイトを超えるたびに、 出力の後でバッファがフ ...
https://man.plustar.jp/php/function.ob-start.html - [similar]
URL エンコードされた文字列をデコードする 7329
« rawurlencode urlencode » PHP Manual URL 関数 URL エンコードされた文字列をデコードする urldecod ... +and+red" ; foreach ( explode ( '&' , $query ) as $chunk ) { $param = explode ( "=" , $chunk ); if ( $param ...
https://man.plustar.jp/php/function.urldecode.html - [similar]
GD2 イメージをブラウザまたはファイルに出力する 6922
« imagegammacorrect imagegd » PHP Manual GD および Image 関数 GD2 イメージをブラウザまたはファイ ... d2 ( GdImage $image , ? string $file = null , int $chunk_size = 128 , int $mode = IMG_GD2_RAW ): bool GD2 イ ... 定したりした場合は、画像ストリームを直接出力します。 chunk_size チャンクの大きさ。 mode IMG_GD2_RAW あるいは ...
https://man.plustar.jp/php/function.imagegd2.html - [similar]
Send an HTML reply to the client 6863
« EventHttpRequest::sendError EventHttpRequest::sendReplyChunk » PHP Manual EventHttpRequest Sen ... r message to the client EventHttpRequest::sendReplyChunk() - Send another data chunk as part of an ongoing ... ventHttpRequest , the , sendReply , buf , sendReplyChunk , reason , sendError , data ...
https://man.plustar.jp/php/eventhttprequest.sendreply.html - [similar]
PREV 1 2 3 4 5 6 NEXT