検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 859 for not (0.042 sec.)
Create a new WriteConcern 3192
« MongoDB\Driver\WriteConcern::bsonSerialize MongoDB\Driver\WriteConcern::getJournal » PHP Manua ... his refers to the majority of replica set members (not just voting nodes). string A string value is inter ... . When these write operations return, MongoDB does not undo successful data modifications performed befor ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.construct.html - [similar]
Script Injection Attacks 3192
« Request Injection Attacks MongoDB\Driver » PHP Manual Security Script Injection Attacks Script ... ed in the scope field of MongoDB\BSON\Javascript , not interpolated into the JavaScript string. This can ... e. However, you must make sure that your code does not turn around and execute the input anyway! It is be ...
https://man.plustar.jp/php/mongodb.security.script_injection.html - [similar]
直近の接続コールに関するエラーコードを返す 3192
« mysqli::commit mysqli::$connect_error » PHP Manual mysqli 直近の接続コールに関するエラーコード ... ocalhost' , 'fake_user' , 'wrong_password' , 'does_not_exist' ); if ( $mysqli -> connect_errno ) { /* エラ ... ocalhost' , 'fake_user' , 'wrong_password' , 'does_not_exist' ); if (! $link ) { /* エラーをロギングする方 ...
https://man.plustar.jp/php/mysqli.connect-errno.html - [similar]
直近の接続エラーの説明を返す 3192
« mysqli::$connect_errno mysqli::__construct » PHP Manual mysqli 直近の接続エラーの説明を返す my ... ocalhost' , 'fake_user' , 'wrong_password' , 'does_not_exist' ); if ( $mysqli -> connect_error ) { /* エラ ... ocalhost' , 'fake_user' , 'wrong_password' , 'does_not_exist' ); if (! $link ) { /* エラーをロギングする方 ...
https://man.plustar.jp/php/mysqli.connect-error.html - [similar]
3192
« リソース型 SVM » PHP Manual SVM 例 例 The basic process is to define parameters, supply traini ... t length). Features that were 0 (e.g. the word did not appear in the document at all) would simply not be ...
https://man.plustar.jp/php/svm.examples.html - [similar]
3192
« 定義済み定数 Yar_Server » PHP Manual Yar 例 例 例1 Yar Server Example <?php /* assume this pag ... { return $a * $b ; } /** * Protected methods will not be exposed * @param interge * @return interge */ p ... t -> call ( "add" , array( 3 , 2 ))); /* __add can not be called */ var_dump ( $client -> _add ( 1 , 2 )) ...
https://man.plustar.jp/php/yar.examples.html - [similar]
The EvTimer class 3153
« EvStat::stat EvTimer::again » PHP Manual Ev The EvTimer class The EvTimer class (PECL ev >= 0. ... d to be invoked only after its timeout has passed (not at, so on systems with very low-resolution clocks ... ly 10 second intervals. If, however, the script cannot keep up with the timer because it takes longer tha ... n those 10 seconds to do) the timer will not fire more than once per event loop iteration. クラ ...
https://man.plustar.jp/php/class.evtimer.html - [similar]
The ZMQ class 3153
« 要件 ZMQ::__construct » PHP Manual 0MQ messaging The ZMQ class The ZMQ class (PECL zmq >= 0.5. ... R_INTERNAL ; const int ERR_EAGAIN ; const int ERR_ENOTSUP ; const int ERR_EFSM ; const int ERR_ETERM ; /* ... ld block when ZMQ::MODE_DONTWAIT is used ZMQ::ERR_ENOTSUP The operation is not supported by the socket ty ... pe ZMQ::ERR_EFSM The operation can not be executed because the socket is not in correct s ...
https://man.plustar.jp/php/class.zmq.html - [similar]
空白以外の印字可能な文字かどうかを調べる 3153
« ctype_digit ctype_lower » PHP Manual Ctype 関数 空白以外の印字可能な文字かどうかを調べる ctype ... ers.\n" ; } else { echo "The string ' $name ' does not consist of all (visibly) printable characters.\n" ... 例の出力は以下となります。 The string 'string1' does not consist of all (visibly) printable characters. The ...
https://man.plustar.jp/php/function.ctype-graph.html - [similar]
印字可能な文字かどうかを調べる 3153
« ctype_lower ctype_punct » PHP Manual Ctype 関数 印字可能な文字かどうかを調べる ctype_print (PH ... ers.\n" ; } else { echo "The string ' $name ' does not consist of all printable characters.\n" ; } } ?> 上 ... 例の出力は以下となります。 The string 'string1' does not consist of all printable characters. The string 's ...
https://man.plustar.jp/php/function.ctype-print.html - [similar]