検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 1259 for BE (0.027 sec.)
Rotates the deque by a given number of rotations 2860
« Ds\Deque::reversed Ds\Deque::set » PHP Manual Deque Rotates the deque by a given number of rot ... Ds\Deque::rotate — Rotates the deque by a given number of rotations 説明 public Ds\Deque::rotate ( int $ ... rotations ): void Rotates the deque by a given number of rotations, which is equivalent to successively ... calling $deque->push($deque->shift()) if the number of rotations is positive, or $deque->unshift($deq ... e->pop()) if negative. パラメータ rotations The number of times the deque should be rotated. 戻り値 値を ...
https://man.plustar.jp/php/ds-deque.rotate.html - [similar]
Rotates the sequence by a given number of rotations 2860
« Ds\Sequence::reversed Ds\Sequence::set » PHP Manual Sequence Rotates the sequence by a given n ... umber of rotations Ds\Sequence::rotate (PECL ds >= 1.0. ... uence::rotate — Rotates the sequence by a given number of rotations 説明 abstract public Ds\Sequence::ro ... tations ): void Rotates the sequence by a given number of rotations, which is equivalent to successively ... ling $sequence->push($sequence->shift()) if the number of rotations is positive, or $sequence->unshift($ ...
https://man.plustar.jp/php/ds-sequence.rotate.html - [similar]
Rotates the vector by a given number of rotations 2860
« Ds\Vector::reversed Ds\Vector::set » PHP Manual Vector Rotates the vector by a given number of ... \Vector::rotate — Rotates the vector by a given number of rotations 説明 public Ds\Vector::rotate ( int ... rotations ): void Rotates the vector by a given number of rotations, which is equivalent to successively ... calling $vector->push($vector->shift()) if the number of rotations is positive, or $vector->unshift($ve ... r->pop()) if negative. パラメータ rotations The number of times the vector should be rotated. 戻り値 値を ...
https://man.plustar.jp/php/ds-vector.rotate.html - [similar]
Creates EvTimer stopped watcher object 2860
« EvTimer::__construct EvTimer::set » PHP Manual EvTimer Creates EvTimer stopped watcher object ... peat If repeat is 0.0 , then it will automatically be stopped once the timeout is reached. If it is posi ... tive, then the timer will automatically be configured to trigger again every repeat seconds l ...
https://man.plustar.jp/php/evtimer.createstopped.html - [similar]
Get OID of the current cursor location 2860
« cubrid_connect cubrid_disconnect » PHP Manual CUBRID 関数 Get OID of the current cursor locati ... use cubrid_current_oid() , the query executed must be a updatable query, and the CUBRID_INCLUDE_OID opti ... on must be included during the query execution. パラメータ re ...
https://man.plustar.jp/php/function.cubrid-current-oid.html - [similar]
Execute a prepared SQL statement 2860
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... f you want to execute multiple SQL statements) can be specified by using a bitwise OR operator. If not s ... d successfully, the result of the second query can be obtained using cubrid_next_result() . If the first ... conn_identifier Connection identifier. sql SQL to be executed. option Query execution option CUBRID_INC ... cubrid_bind ( $history_req , 1 , $event_code , "number" ); cubrid_execute ( $history_req ); printf ( "%- ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
Initialize the weights using Widrow + Nguyen’s algorithm 2860
« fann_get_training_algorithm fann_length_train_data » PHP Manual Fann 関数 Initialize the weigh ... s using Widrow + Nguyen's algorithm. This function behaves similarly to fann_randomize_weights() . It wi ... use the algorithm developed by Derrick Nguyen and Bernard Widrow to set the weights in such a way as to ... ue is not always successful, and in some cases can be less efficient than a purely random initialization ... gument, data, which is the training data that will be used to train the network. パラメータ ann ニューラ ...
https://man.plustar.jp/php/function.fann-init-weights.html - [similar]
オブジェクトの継承 2860
« アクセス権 スコープ定義演算子 (::) » PHP Manual クラスとオブジェクト オブジェクトの継承 オブジ ... じです。 <?php class A { public int $prop ; } class B extends A { // 正しくありません: read-write -> read ... MyDateTime::modify(string $modifier) should either be compatible with DateTime::modify(string $modifier) ... , or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice" ?> 例3 間 ... :modify(string $modifier): ?DateTime should either be compatible with DateTime::modify(string $modifier) ...
https://man.plustar.jp/php/language.oop5.inheritance.html - [similar]
Register a set of PHP functions as a Lua library 2860
« LuaSandbox::pauseUsageTimer LuaSandbox::setCPULimit » PHP Manual LuaSandbox Register a set of ... e Lua state, the global variable of this name will be set to the table of functions. If the table alread ... y exists, the new functions will be added to it. functions An array , where each key i ...
https://man.plustar.jp/php/luasandbox.registerlibrary.html - [similar]
Returns the command's operation ID 2860
« MongoDB\Driver\Monitoring\CommandStartedEvent::getDatabaseName MongoDB\Driver\Monitoring\Comma ... he operation ID is generated by the driver and may be used to link events together such as bulk write op ... erations, which may have been split across several commands at the protocol le ... itoring\CommandStartedEvent::getRequestId() should be used instead. パラメータ この関数にはパラメータはあ ...
https://man.plustar.jp/php/mongodb-driver-monitoring-commandstartedevent.getoper... - [similar]