検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 1131 for This (0.024 sec.)
Synchronization 3243
« Threaded::merge Threaded::notifyOne » PHP Manual Threaded Synchronization Threaded::notify (PE ... 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.notify.html - [similar]
Synchronization 3243
« Threaded::synchronized Thread » PHP Manual Threaded Synchronization Threaded::wait (PECL pthre ... 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.wait.html - [similar]
Executes a statement prepared with sqlsrv_prepare 3219
« sqlsrv_errors sqlsrv_fetch_array » PHP Manual SQLSRV 関数 Executes a statement prepared with s ... cutes a statement prepared with sqlsrv_prepare() . This function is ideal for executing a prepared stateme ... false を返します。 例 例1 sqlsrv_execute() example This example demonstrates how to prepare a statement wi ... he SalesOrderDetailID and OrderQty information. // This array maps the order ID to order quantity in key=> ... ameters, the variables are bound to the statement. This means that if you update the values of the variabl ...
https://man.plustar.jp/php/function.sqlsrv-execute.html - [similar]
ユーザー定義のストリームフィルタを登録する 3219
« stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー ... et = stream_bucket_make_writeable ( $in )) { if ( $this -> mode == 1 ) { $bucket -> data = strtoupper ( $b ... ucket -> data ); } elseif ( $this -> mode == 0 ) { $bucket -> data = strtolower ( $b ... turn PSFS_PASS_ON ; } function onCreate () { if ( $this -> filtername == 'str.toupper' ) { $this -> mode = ... 1 ; } elseif ( $this -> filtername == 'str.tolower' ) { $this -> mode = ...
https://man.plustar.jp/php/function.stream-filter-register.html - [similar]
Check if a stream is a TTY 3219
« stream_is_local stream_notification_callback » PHP Manual ストリーム 関数 Check if a stream is ... eam stream refers to a valid terminal type device. This is a more portable version of posix_isatty() , sin ... false を返します。 例 例1 stream_isatty() example This command can be used to determine if a standard out ... す。 false 関連キーワード: stream , Check , isatty , This , STDERR , export , var , output , standard , 出力 ...
https://man.plustar.jp/php/function.stream-isatty.html - [similar]
Create a new encryption data key 3219
« MongoDB\Driver\ClientEncryption::__construct MongoDB\Driver\ClientEncryption::decrypt » PHP Ma ... KMS-specific key used to encrypt the new data key. This option is required unless kmsProvider is "local" . ... If kmsProvider is "aws" , this option is required and has the following fields: A ... y include port number. If kmsProvider is "azure" , this option is required and has the following fields: A ... e key's primary version. If kmsProvider is "gcp" , this option is required and has the following fields: G ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.createdatakey.html - [similar]
Starts a transaction 3219
« MongoDB\Driver\Session::isInTransaction MongoDB\Driver\ClientEncryption » PHP Manual MongoDB\D ... メータ options Options can be passed as argument to this method. Each element in this options array overrid ... dConcern A read concern to apply to the operation. This option is available in MongoDB 3.2+ and will resul ... ession() - Start a new client session for use with this client MongoDB\Driver\Session::commitTransaction() ...
https://man.plustar.jp/php/mongodb-driver-session.starttransaction.html - [similar]
Set the idle callback function 3219
« ZMQDevice::run ZMQDevice::setIdleTimeout » PHP Manual ZMQDevice Set the idle callback function ... ning false or a value that evaluates to false from this function will cause the device to stop. timeout Ho ... he timeout value guarantees that there is at least this amount of milliseconds between invocations of the ... o pass to the callback function. 戻り値 On success this method returns the current object. 関連キーワード: ...
https://man.plustar.jp/php/zmqdevice.setidlecallback.html - [similar]
Set the timer callback function 3219
« ZMQDevice::setIdleTimeout ZMQDevice::setTimerTimeout » PHP Manual ZMQDevice Set the timer call ... ning false or a value that evaluates to false from this function will cause the device to stop. timeout Ho ... he timeout value guarantees that there is at least this amount of milliseconds between invocations of the ... o pass to the callback function. 戻り値 On success this method returns the current object. 関連キーワード: ...
https://man.plustar.jp/php/zmqdevice.settimercallback.html - [similar]
Create a new WriteConcern 3196
« MongoDB\Driver\WriteConcern::bsonSerialize MongoDB\Driver\WriteConcern::getJournal » PHP Manua ... standalone mongod or the primary in a replica set. This is the default write concern for MongoDB. 0 Reques ... no acknowledgment of the write operation. However, this may return information about socket exceptions and ... isk journal for these nodes. Prior to MongoDB 3.0, this refers to the majority of replica set members (not ... rn timeout Value Description 0 Block indefinitely. This is the default. <integer greater than 0> Milliseco ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.construct.html - [similar]