検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 1131 for This (0.081 sec.)
The EventBase class 3531
« Event::timer EventBase::__construct » PHP Manual Event The EventBase class The EventBase class ... _USE_CHANGELIST If we are using the epoll backend, this flag says that it is safe to use Libevent's intern ... to try to do as few syscalls as possible. Setting this flag can make code run faster, but it may trigger ... a Linux bug: it is not safe to use this flag if one has any fds cloned by dup(), or its va ... so will produce strange and hard-to-diagnose bugs. This flag can also be activated by settnig the EVENT_EP ...
https://man.plustar.jp/php/class.eventbase.html - [similar]
SessionHandlerInterface クラス 3531
« SessionHandler::write SessionHandlerInterface::close » PHP Manual Sessions SessionHandlerInter ... unction open ( $savePath , $sessionName ): bool { $this -> savePath = $savePath ; if (! is_dir ( $this -> ... savePath )) { mkdir ( $this -> savePath , 0777 ); } return true ; } public fun ... ( $id ) { return (string)@ file_get_contents ( " $this -> savePath /sess_ $id " ); } public function writ ... id , $data ): bool { return file_put_contents ( " $this -> savePath /sess_ $id " , $data ) === false ? fal ...
https://man.plustar.jp/php/class.sessionhandlerinterface.html - [similar]
Create a new Query 3531
« MongoDB\Driver\Query MongoDB\Driver\BulkWrite » PHP Manual MongoDB\Driver\Query Create a new Q ... read all the data unless it closes the connection. This option is not supported by the find command in Mon ... e deprecated "$explain" modifier if not specified. This option is not supported by the find command in Mon ... in an aggregate expression context (e.g. $$var ). This option is available in MongoDB 5.0+ and will resul ... limit with the "singleBatch" option set to true . This behavior is supported for backwards compatibility, ...
https://man.plustar.jp/php/mongodb-driver-query.construct.html - [similar]
match 3507
« switch declare » PHP Manual 制御構造 match match (PHP 8) match 式は、値の一致をチェックした結果 ... e' ; $return_value = match ( $food ) { 'apple' => 'This food is an apple' , 'bar' => 'This food is a bar' ... , 'cake' => 'This food is a cake' , }; var_dump ( $return_value ); ? ... > 上の例の出力は以下となります。 string(19) "This food is a cake" 注意 : match 式の結果は、必ずしも使 ... ます: <?php $result = match ( $x ) { foo () => ..., $this -> bar () => ..., // foo() === $x であれば $this-> ...
https://man.plustar.jp/php/control-structures.match.html - [similar]
Execute a database command 3507
« MongoDB\Driver\Manager::executeBulkWrite MongoDB\Driver\Manager::executeQuery » PHP Manual Mon ... ence from the MongoDB Connection URI will be used. This method applies no special logic to the command. Al ... though this method accepts "readConcern" and "writeConcern" op ... dConcern A read concern to apply to the operation. This option is available in MongoDB 3.2+ and will resul ... specify a "readConcern" or "writeConcern" option. This will result in an MongoDB\Driver\Exception\Invalid ...
https://man.plustar.jp/php/mongodb-driver-manager.executecommand.html - [similar]
Synchronization 3507
« Threaded::notify Threaded::pop » PHP Manual Threaded Synchronization Threaded::notifyOne (PECL ... : bool Send notification to the referenced object. This unblocks at least one of the blocked threads (as o ... xtends Thread { public function run () { /** cause this thread to wait **/ $this -> synchronized (function ... ){ if (! $thread -> done ) $thread -> wait (); }, $this ); } } $my = new My (); $my -> start (); /** send ...
https://man.plustar.jp/php/threaded.notifyone.html - [similar]
The Event class 3484
« Constructing signal events Event::add » PHP Manual Event The Event class The Event class (PECL ... event base backend supports edge-triggered events. This affects the semantics of Event::READ and Event::WR ... sistent. See About event persistence . Event::READ This flag indicates an event that becomes active when t ... rce, or socket) is ready for reading. Event::WRITE This flag indicates an event that becomes active when t ... "Constructing signal events" below. Event::TIMEOUT This flag indicates an event that becomes active after ...
https://man.plustar.jp/php/class.event.html - [similar]
The MongoDB\Driver\Cursor class 3484
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... their result(s) as a MongoDB\Driver\Cursor object. This object can be used to iterate over the result set ... object must be wrapped with an IteratorIterator . This allows the application to directly control the cur ... tually data available to read at each step. 注意 : This example uses the awaitData query option to instruc ... ult set before returning a response to the driver. This is used to prevent the driver from aggressively po ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
Test with a set of inputs, and a set of desired outputs 3484
« fann_test_data fann_train_epoch » PHP Manual Fann 関数 Test with a set of inputs, and a set of ... ith a set of inputs, and a set of desired outputs. This operation updates the mean square error, but does ... ラルネットワークリソース。 input An array of inputs. This array must be exactly fann_get_num_input() long. d ... esired_output An array of desired outputs. This array must be exactly fann_get_num_output() long. ... , outputs , inputs , input , output , Test , num , This ...
https://man.plustar.jp/php/function.fann-test.html - [similar]
The MongoDB\BSON\MaxKeyInterface interface 3454
« MongoDB\BSON\JavascriptInterface::__toString MongoDB\BSON\MinKeyInterface » PHP Manual MongoDB ... xKeyInterface interface (mongodb >=1.3.0) はじめに This interface is implemented by MongoDB\BSON\MaxKey to ... クラス概要 class MongoDB\BSON\MaxKeyInterface { } This interface has no methods. 関連キーワード: BSON , M ... axKeyInterface , This , property , 概要 , クラス , classes , userland , ...
https://man.plustar.jp/php/class.mongodb-bson-maxkeyinterface.html - [similar]