Results of 1 - 10 of about 60 for chunk (0.010 sec.)
- Manipulation 12215
- « Threaded Threaded::count » PHP Manual Threaded Manipulation Threaded::chunk (PECL pthreads >=
...
2.0.0) Threaded::chunk — Manipulation 説明 public Threaded::chunk ( int $ ...
size , bool $preserve ): array Fetches a chunk of the objects property table of the given size, o ...
ems from the objects property table 例 例1 Fetch a chunk of the property table <?php $safe = new Threaded ( ...
$safe [] = count ( $safe ); } var_dump ( $safe -> chunk ( 5 )); ?> 上の例の出力は以下となります。 array(5) ...
-
https://man.plustar.jp/php/threaded.chunk.html
- [similar]
- Send another data chunk as part of an ongoing chunked reply 11750
- « EventHttpRequest::sendReply EventHttpRequest::sendReplyEnd » PHP Manual EventHttpRequest Send
...
another data chunk as part of an ongoing chunked reply EventHttpReque ...
st::sendReplyChunk (PECL event >= 1.4.0-beta) EventHttpRequest::sendR ...
eplyChunk — Send another data chunk as part of an ongoing ch ...
unked reply 説明 public EventHttpRequest::sendReplyChunk ( EventBuffer $buf ): void Send another data chunk ...
-
https://man.plustar.jp/php/eventhttprequest.sendreplychunk.html
- [similar]
- 文字列をより小さな部分に分割する 10484
- « chr convert_cyr_string » PHP Manual String 関数 文字列をより小さな部分に分割する chunk_split (
...
PHP 4, PHP 5, PHP 7, PHP 8) chunk_split — 文字列をより小さな部分に分割する 説明 chun ...
の区切り。 戻り値 分割した文字列を返します。 例 例1 chunk_split() の例 <?php // RFC 2045 に基づき $data をフ ...
ォーマットします $new_string = chunk_split ( base64_encode ( $data )); ?> 参考 str_spli ...
045 関連キーワード: 分割 , 部分 , string , split , chunk , length , separator , 関数 , 出力 , 変換 ...
-
https://man.plustar.jp/php/function.chunk-split.html
- [similar]
- 配列を分割する 10339
- « array_change_key_case array_column » PHP Manual 配列 関数 配列を分割する array_chunk (PHP 4 >=
...
4.2.0, PHP 5, PHP 7, PHP 8) array_chunk — 配列を分割する 説明 array_chunk ( array $array , ...
NG が発生し、 null を返していました。 例 例1 array_chunk() の例 <?php $input_array = array( 'a' , 'b' , 'c' ...
, 'd' , 'e' ); print_r ( array_chunk ( $input_array , 2 )); print_r ( array_chunk ( $in ...
連キーワード: 配列 , array , 分割 , Array , length , chunk , 要素 , 部分 , キー , ValueError ...
-
https://man.plustar.jp/php/function.array-chunk.html
- [similar]
- Load a precompiled binary chunk into the Lua environment 10005
- « LuaSandbox::getVersionInfo LuaSandbox::loadString » PHP Manual LuaSandbox Load a precompiled b
...
inary chunk into the Lua environment LuaSandbox::loadBinary (P ...
LuaSandbox::loadBinary — Load a precompiled binary chunk into the Lua environment 説明 public LuaSandbox::l ...
oadBinary ( string $code , string $chunkName = '' ): LuaSandboxFunction Loads data generate ...
ラメータ code Data from LuaSandboxFunction::dump() . chunkName Name for the loaded function. 戻り値 Returns a ...
-
https://man.plustar.jp/php/luasandbox.loadbinary.html
- [similar]
- Read file stream asynchronously 9874
- « swoole_async_dns_lookup swoole_async_readfile » PHP Manual Swoole 関数 Read file stream asynch
...
ead ( string $filename , callable $callback , int $chunk_size = 65536 , int $offset = 0 ): bool パラメータ ...
. content The content readed from the file stream. chunk_size The chunk length. offset The offset. 戻り値 W ...
synchronously , swoole , read , filename , async , chunk , offset ...
-
https://man.plustar.jp/php/function.swoole-async-read.html
- [similar]
- Read file stream asynchronously. 9874
- « Swoole\Async::dnsLookup Swoole\Async::readFile » PHP Manual Swoole\Async Read file stream asyn
...
ead ( string $filename , callable $callback , int $chunk_size = ? , int $offset = ? ): bool パラメータ file ...
. content The content readed from the file stream. chunk_size The chunk length. offset The offset. 戻り値 W ...
synchronously , Swoole , Async , read , filename , chunk , offset ...
-
https://man.plustar.jp/php/swoole-async.read.html
- [similar]
- The Threaded class 9277
- « 定義済み定数 Threaded::chunk » PHP Manual pthreads The Threaded class The Threaded class (PECL
...
, Countable , ArrayAccess { /* メソッド */ public chunk ( int $size , bool $preserve ): array public count ...
c wait ( int $timeout = ? ): bool } 目次 Threaded::chunk — Manipulation Threaded::count — Manipulation Thre ...
Manipulation , Synchronization , pthreads , int , chunk , synchronized , count , isRunning ...
-
https://man.plustar.jp/php/class.threaded.html
- [similar]
- ストリームのチャンクサイズを設定する 9074
- « stream_set_blocking stream_set_read_buffer » PHP Manual ストリーム 関数 ストリームのチャンクサ
...
イズを設定する stream_set_chunk_size (PHP 5 >= 5.4.0, PHP 7, PHP 8) stream_set_chu ...
ストリームのチャンクサイズを設定する 説明 stream_set_chunk_size ( resource $stream , int $size ): int ストリー ...
ストリーム , 設定 , チャンクサイズ , stream , size , chunk , エラー , int , サイズ , レベル ...
-
https://man.plustar.jp/php/function.stream-set-chunk-size.html
- [similar]
- Reserves space in buffer 8943
- « EventBuffer::enableLocking EventBuffer::freeze » PHP Manual EventBuffer Reserves space in buff
...
tBuffer::expand ( int $len ): bool Alters the last chunk of memory in the buffer, or adds a new chunk, such ...
r , Reserves , space , EventBuffer , in , expand , chunk , bytes , large , 成功 ...
-
https://man.plustar.jp/php/eventbuffer.expand.html
- [similar]