検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 36 for iteration (0.003 sec.)
Reduces the sequence to a single value using a callback function 7702
« Ds\Sequence::push Ds\Sequence::remove » PHP Manual Sequence Reduces the sequence to a single v ... he previous callback, or initial if it's the first iteration. value The value of the current iteration. initial ... _dump ( $sequence -> reduce ( $callback , 5 )); // Iterations: // // $carry = $initial = 5 // // $carry = $carr ... , $value ) { return $carry + $value + 5 ; })); // Iterations: // // $carry = $initial = null // // $carry = $c ...
https://man.plustar.jp/php/ds-sequence.reduce.html - [similar]
Reduces the set to a single value using a callback function 7702
« Ds\Set::merge Ds\Set::remove » PHP Manual Set Reduces the set to a single value using a callba ... he previous callback, or initial if it's the first iteration. value The value of the current iteration. initial ... ; var_dump ( $set -> reduce ( $callback , 5 )); // Iterations: // // $carry = $initial = 5 // // $carry = $carr ... , $value ) { return $carry + $value + 5 ; })); // Iterations: // // $carry = $initial = null // // $carry = $c ...
https://man.plustar.jp/php/ds-set.reduce.html - [similar]
Reduces the vector to a single value using a callback function 7702
« Ds\Vector::push Ds\Vector::remove » PHP Manual Vector Reduces the vector to a single value usi ... he previous callback, or initial if it's the first iteration. value The value of the current iteration. initial ... ar_dump ( $vector -> reduce ( $callback , 5 )); // Iterations: // // $carry = $initial = 5 // // $carry = $carr ... , $value ) { return $carry + $value + 5 ; })); // Iterations: // // $carry = $initial = null // // $carry = $c ...
https://man.plustar.jp/php/ds-vector.reduce.html - [similar]
pixel iterator をリセットする 7702
« ImagickPixelIterator::newPixelRegionIterator ImagickPixelIterator::setIteratorFirstRow » PHP M ... Sync the iterator, this is important to do on each iteration */ $imageIterator -> syncIterator (); } $imageIter ... Sync the iterator, this is important to do on each iteration */ } $imageIterator -> clear (); header ( "Content ...
https://man.plustar.jp/php/imagickpixeliterator.resetiterator.html - [similar]
The EvTimer class 7512
« EvStat::stat EvTimer::again » PHP Manual Ev The EvTimer class The EvTimer class (PECL ev >= 0. ... multiple timers become ready during the same loop iteration then the ones with earlier time-out values are inv ... timer will not fire more than once per event loop iteration. クラス概要 class EvTimer extends EvWatcher { /* プ ...
https://man.plustar.jp/php/class.evtimer.html - [similar]
Returns the current element 7322
« MongoDB\Driver\Cursor::__construct MongoDB\Driver\Cursor::getId » PHP Manual MongoDB\Driver\Cu ... or object, depending on the cursor's type map. If iteration has not started or the current position is not val ...
https://man.plustar.jp/php/mongodb-driver-cursor.current.html - [similar]
Ev クラス 7195
« Periodic ウォッチャーの操作モード Ev::backend » PHP Manual Ev Ev クラス Ev クラス (PECL ev >= ... nalEvent ( int $signum ): void final public static iteration (): int final public static now (): float final pu ... ープ にアクセスするメソッドが用意されています ( Ev::iteration() や Ev::depth() など)。 カスタムループ ( EvLoop:: ... シグナルイベントの情報をデフォルトループに送る Ev::iteration — デフォルトのイベントループが新しいイベントをポー ...
https://man.plustar.jp/php/class.ev.html - [similar]
シグナルイベントの情報をデフォルトループに送る 7195
« Ev::feedSignal Ev::iteration » PHP Manual Ev シグナルイベントの情報をデフォルトループに送る Ev ...
https://man.plustar.jp/php/ev.feedsignalevent.html - [similar]
Test with a set of inputs, and a set of desired outputs 7195
« fann_test_data fann_train_epoch » PHP Manual Fann 関数 Test with a set of inputs, and a set of ... MSE for the training data fann_train() - Train one iteration with a set of inputs, and a set of desired outputs ...
https://man.plustar.jp/php/function.fann-test.html - [similar]
MagickPixelIterator を返す 7195
« Imagick::getPage Imagick::getPixelRegionIterator » PHP Manual Imagick MagickPixelIterator を返 ... Sync the iterator, this is important to do on each iteration */ } header ( "Content-Type: image/jpg" ); echo $i ...
https://man.plustar.jp/php/imagick.getpixeliterator.html - [similar]
PREV 1 2 3 4 NEXT