検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 1259 for BE (0.255 sec.)
Creates a new Pool of Workers 2860
« Pool::collect Pool::resize » PHP Manual Pool Creates a new Pool of Workers Pool::__construct ( ... e their threads, which means new threads will only be spawned when they are required to execute tasks. パ ... ラメータ size The maximum number of workers for this pool to create class The clas ... to the Worker class. ctor An array of arguments to be passed to new workers' constructors 例 例1 Creatin ...
https://man.plustar.jp/php/pool.construct.html - [similar]
実行時設定 2860
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... l string Comma-separated list of variable names to be treated as superglobals. This value should be set ...
https://man.plustar.jp/php/runkit7.configuration.html - [similar]
Sets read timeout 2860
« Stomp::send Stomp::subscribe » PHP Manual Stomp Sets read timeout Stomp::setReadTimeout stomp_ ... ンク ID。 seconds The seconds part of the timeout to be set. microseconds The microseconds part of the tim ... eout to be set. 戻り値 値を返しません。 例 例1 オブジェクト指 ...
https://man.plustar.jp/php/stomp.setreadtimeout.html - [similar]
Create a handle to used communicate with zookeeper 2860
« Zookeeper::close Zookeeper::__construct » PHP Manual Zookeeper Create a handle to used communi ... asynchronous, meaning that the session should not be considered established until (and unless) an event ... hen notifications are triggered this function will be invoked. recv_timeout The timeout for this session ...
https://man.plustar.jp/php/zookeeper.connect.html - [similar]
Checks the existence of a node in zookeeper synchronously 2860
« Zookeeper::delete Zookeeper::get » PHP Manual Zookeeper Checks the existence of a node in zook ... s of the node. watcher_cb if nonzero, a watch will be set at the server to notify the client if the node ... changes. The watch will be set even if the node does not 戻り値 Returns the v ...
https://man.plustar.jp/php/zookeeper.exists.html - [similar]
The Deque class 2831
« Ds\Vector::unshift Ds\Deque::allocate » PHP Manual Data Structures The Deque class The Deque c ... lass (No version information available, might only be in Git) はじめに A Deque (pronounced “deck”) is a ... Accessing a value by index requires a translation between the index and its corresponding position in t ... less overall memory than an array for the same number of values. Automatically frees allocated memory w ... d unshift() are all O(1). Weaknesses Capacity must be a power of 2. insert() and remove() are O(n). クラ ...
https://man.plustar.jp/php/class.ds-deque.html - [similar]
The Queue class 2831
« Ds\Stack::toArray Ds\Queue::allocate » PHP Manual Data Structures The Queue class The Queue cl ... ass (No version information available, might only be in Git) はじめに A Queue is a “first in, first out ... copy of the queue Ds\Queue::count — Returns the number of values in the queue Ds\Queue::isEmpty — Return ... :jsonSerialize — Returns a representation that can be converted to JSON Ds\Queue::peek — Returns the val ...
https://man.plustar.jp/php/class.ds-queue.html - [similar]
The MongoDB\BSON\Timestamp class 2831
« MongoDB\BSON\Regex::unserialize MongoDB\BSON\Timestamp::__construct » PHP Manual MongoDB\BSON ... ral date storage ( MongoDB\BSON\UTCDateTime should be used instead). クラス概要 final class MongoDB\BSON ... :jsonSerialize — Returns a representation that can be converted to JSON MongoDB\BSON\Timestamp::serializ ...
https://man.plustar.jp/php/class.mongodb-bson-timestamp.html - [similar]
Returns the result of adding all given associations 2831
« Ds\Map::map Ds\Map::pairs » PHP Manual Map Returns the result of adding all given associations ... stance. 注意 : Values of the current instance will be overwritten by those provided where keys are equal ... urrent instance. 注意 : The current instance won't be affected. 例 例1 Ds\Map::merge() example <?php $ma ...
https://man.plustar.jp/php/ds-map.merge.html - [similar]
Trains on an entire dataset read from file, for a period of time using the Casca... 2831
« fann_cascadetrain_on_data fann_clear_scaling_params » PHP Manual Fann 関数 Trains on an entire ... string $filename , int $max_neurons , int $neurons_between_reports , float $desired_error ): bool Does t ... the data for training. max_neurons The maximum number of neurons to be added to neural network neurons_ ... between_reports The number of neurons between printing a status report. A va ... lue of zero means no reports should be printed. desired_error The desired fann_get_MSE() ...
https://man.plustar.jp/php/function.fann-cascadetrain-on-file.html - [similar]