検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 1131 for This (0.024 sec.)
Create a new ReadPreference 3266
« MongoDB\Driver\ReadPreference::bsonSerialize MongoDB\Driver\ReadPreference::getHedge » PHP Man ... rations read from the current replica set primary. This is the default read preference for MongoDB. MongoD ... d operations to specific members of a replica set. This parameter should be an array of associative arrays ... e matching member with the lowest network latency. This member may be a primary or secondary. options opti ... enabled by default when using the "nearest" mode. This option allows explicitly enabling server hedged re ...
https://man.plustar.jp/php/mongodb-driver-readpreference.construct.html - [similar]
基本的な SimpleXML の使用法 3266
« 例 XML エラーの対応 » PHP Manual 例 基本的な SimpleXML の使用法 基本的な SimpleXML の使用法 こ ... 11;r</actor> </character> </characters> <plot> So, this language. It's like, a programming language. Or is ... it a scripting language? All is revealed in this thrilling horror spoof of a documentary. </plot> < ... 0 ]-> plot ; ?> 上の例の出力は以下となります。 So, this language. It's like, a programming language. Or is ... it a scripting language? All is revealed in this thrilling horror spoof of a documentary. XML ドキュ ...
https://man.plustar.jp/php/simplexml.examples-basic.html - [similar]
The EventListener class 3243
« EventHttpRequest::sendReplyStart EventListener::__construct » PHP Manual Event The EventListen ... ile descriptors, or sockets, to non-blocking mode. This flag tells Libevent to leave them in blocking mode ... . EventListener::OPT_CLOSE_ON_FREE If this option is set, the connection listener closes its ... ject is freed. EventListener::OPT_CLOSE_ON_EXEC If this option is set, the connection listener sets the cl ... to the same port until a while has passed. Setting this option makes Libevent mark the socket as reusable, ...
https://man.plustar.jp/php/class.eventlistener.html - [similar]
文字列フィルタ 3243
« 利用できるフィルタのリスト 変換フィルタ » PHP Manual 利用できるフィルタのリスト 文字列フィルタ ... r_append ( $fp , 'string.rot13' ); fwrite ( $fp , "This is a test.\n" ); /* 出力: Guvf vf n grfg. */ ?> st ... append ( $fp , 'string.toupper' ); fwrite ( $fp , "This is a test.\n" ); /* 出力: THIS IS A TEST. */ ?> st ... append ( $fp , 'string.tolower' ); fwrite ( $fp , "This is a test.\n" ); /* 出力: this is a test. */ ?> st ...
https://man.plustar.jp/php/filters.string.html - [similar]
ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する 3243
« iconv_substr ob_iconv_handler » PHP Manual iconv 関数 ある文字エンコーディングの文字列を、別の ... se を返します。 例 例1 iconv() の例 <?php $text = "This is the Euro symbol '?'." ; echo 'Original : ' , $t ... の出力は、 たとえば以下のようになります。 Original : This is the Euro symbol '?'. TRANSLIT : This is the Eur ... o symbol 'EUR'. IGNORE : This is the Euro symbol ''. Plain : Notice: iconv(): De ... iconv , encoding , string , 別 , TRANSLIT , from , This , 実装 ...
https://man.plustar.jp/php/function.iconv.html - [similar]
Prepares a query for execution 3243
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_pr ... tions = ? ): mixed Prepares a query for execution. This function is ideal for preparing a query that will ... wing: A literal value A PHP variable An array with this structure: array($value [, $direction [, $phpType ... an error occurred. 例 例1 sqlsrv_prepare() 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=> ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
Add a background task to be run in parallel 3243
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... task to be run in parallel with other tasks. Call this method for all the tasks to be run in parallel, th ... dded. 例 例1 Two tasks, one background and one not This example illustrates the difference between running ... y reports on the job progress and the client picks this up through the callback. Two workers are run for t ... lo World!" , null , "1" ); # add another task, but this one to run in the background $task = $gmc -> addTa ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
Fetch the current CPU time usage of the Lua environment 3243
« LuaSandbox::enableProfiler LuaSandbox::getMemoryUsage » PHP Manual LuaSandbox Fetch the curren ... the current CPU time usage of the Lua environment. This includes time spent in PHP callbacks. パラメータ こ ... rent CPU time usage in seconds. 注意 : On Windows, this function always returns zero. On operating systems ... _THREAD_CPUTIME_ID , such as FreeBSD and Mac OS X, this function will return the elapsed wall-clock time, ...
https://man.plustar.jp/php/luasandbox.getcpuusage.html - [similar]
Returns an array containing all results for this cursor 3243
« MongoDB\Driver\Cursor::setTypeMap MongoDB\Driver\Cursor::valid » PHP Manual MongoDB\Driver\Cur ... sor Returns an array containing all results for this cursor MongoDB\Driver\Cursor::toArray (mongodb >=1 ... rray — Returns an array containing all results for this cursor 説明 final public MongoDB\Driver\Cursor::to ... 戻り値 Returns an array containing all results for this cursor. エラー / 例外 引数のパースに失敗した場合に ...
https://man.plustar.jp/php/mongodb-driver-cursor.toarray.html - [similar]
Returns whether a multi-document transaction is in progress 3243
« MongoDB\Driver\Session::isDirty MongoDB\Driver\Session::startTransaction » PHP Manual MongoDB\ ... -document transaction is currently in progress for this session. A transaction is considered "in progress" ... true if a transaction is currently in progress for this session, and false otherwise. エラー / 例外 引数の ... tate() - Returns the current transaction state for this session 関連キーワード: Driver , Session , Returns ...
https://man.plustar.jp/php/mongodb-driver-session.isintransaction.html - [similar]