Results of 1 - 10 of about 13 for onto (0.001 sec.)
- Pushes values onto the stack 13020
- « Ds\Stack::pop Ds\Stack::toArray » PHP Manual Stack Pushes values onto the stack Ds\Stack::push
... (PECL ds >= 1.0.0) Ds\Stack::push — Pushes values onto the stack 説明 public Ds\Stack::push ( mixed ...$v ... alues ): void Pushes values onto the stack. パラメータ values The values to push on ... => d [4] => e [5] => f ) 関連キーワード: values , onto , Pushes , Stack , stack , Ds , the , pop , toArra ...
-
https://man.plustar.jp/php/ds-stack.push.html
- [similar]
- Read data from a file onto the end of the buffer 12070
- « EventBuffer::read EventBuffer::readLine » PHP Manual EventBuffer Read data from a file onto th
... 7.0) EventBuffer::readFrom — Read data from a file onto the end of the buffer 説明 public EventBuffer::rea ... uch ): int Read data from the file specified by fd onto the end of the buffer. パラメータ fd Socket resour ... - Copies out specified number of bytes from the front of the buffer EventBuffer::drain() - Removes specif ... ied number of bytes from the front of the buffer without copying it anywhere EventBuff ...
-
https://man.plustar.jp/php/eventbuffer.readfrom.html
- [similar]
- Submits a task to a specific worker for execution 9888
- « Pool::submit Volatile » PHP Manual Pool Submits a task to a specific worker for execution Pool
... d). パラメータ worker The worker to stack the task onto, indexed from 0 . task The task for execution. 戻り ... -> submitTo ( 0 , new Task ()); // stack all tasks onto the first worker } $pool -> submitTo ( 1 , new Tas ... k ()); // cannot stack the task onto the second worker due to it not existing yet $pool ...
-
https://man.plustar.jp/php/pool.submitTo.html
- [similar]
- Stacking work 9448
- « Worker::shutdown Worker::unstack » PHP Manual Worker Stacking work Worker::stack (PECL pthread
... of the stack. 例 例1 Stacking a task for execution onto a worker <?php $worker = new Worker (); $work = ne ... , Worker , stack , worker , Threaded , int , new , onto , execution ...
-
https://man.plustar.jp/php/worker.stack.html
- [similar]
- The Stack class 8146
- « Ds\Set::xor Ds\Stack::allocate » PHP Manual Data Structures The Stack class The Stack class (N
... he top of the stack Ds\Stack::push — Pushes values onto the stack Ds\Stack::toArray — Converts the stack t ...
-
https://man.plustar.jp/php/class.ds-stack.html
- [similar]
- The EventBuffer class 7847
- « EventBase::stop EventBuffer::add » PHP Manual Event The EventBuffer class The EventBuffer clas
... e The number of bytes stored contiguously at the front of the buffer. The bytes in a buffer may be stored ... — Copies out specified number of bytes from the front of the buffer EventBuffer::drain — Removes specifie ... d number of bytes from the front of the buffer without copying it anywhere EventBuff ... uffer EventBuffer::prepend — Prepend data to the front of the buffer EventBuffer::prependBuffer — Moves al ...
-
https://man.plustar.jp/php/class.eventbuffer.html
- [similar]
- Description 7847
- « ImagickKernel::addUnityKernel ImagickKernel::fromMatrix » PHP Manual ImagickKernel Description
... Height , 0 , 0 ); /* composite original text_layer onto shadow_layer */ $canvas -> compositeImage ( $kerne ...
-
https://man.plustar.jp/php/imagickkernel.frombuiltin.html
- [similar]
- Description 7847
- « ImagickKernel::fromBuiltIn ImagickKernel::getMatrix » PHP Manual ImagickKernel Description Ima
... Height , 0 , 0 ); /* composite original text_layer onto shadow_layer */ $canvas -> compositeImage ( $kerne ...
-
https://man.plustar.jp/php/imagickkernel.frommatrix.html
- [similar]
- Event 7706
- « CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス
... — Copies out specified number of bytes from the front of the buffer EventBuffer::drain — Removes specifie ... d number of bytes from the front of the buffer without copying it anywhere EventBuff ... uffer EventBuffer::prepend — Prepend data to the front of the buffer EventBuffer::prependBuffer — Moves al ... l data from source buffer to the front of current buffer EventBuffer::pullup — Linearizes ...
-
https://man.plustar.jp/php/book.event.html
- [similar]
- 画像にフィルタを適用する 7706
- « imagefilltoborder imageflip » PHP Manual GD および Image 関数 画像にフィルタを適用する imagefi
... gepng ( $im , 'dave.png' ); } else { echo 'Conversion to grayscale failed.' ; } imagedestroy ( $im ); ?> 例 ... ogo1 ) * 2 , imagesy ( $logo1 )); // Apply pixelation to each instance, with a block // size of 3 imagefil ... ER_PIXELATE , 3 , true ); // Merge the differences onto the output image imagecopy ( $output , $logo1 , 0 ...
-
https://man.plustar.jp/php/function.imagefilter.html
- [similar]