検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 859 for not (0.031 sec.)
制御文字かどうかを調べる 3518
« ctype_alpha ctype_digit » PHP Manual Ctype 関数 制御文字かどうかを調べる ctype_cntrl (PHP 4 >= ... ers.\n" ; } else { echo "The string ' $name ' does not consist of all control characters.\n" ; } } ?> 上の ... all control characters. The string 'string2' does not consist of all control characters. 参考 ctype_prin ... CII , characters , string , control , all , 関数 , not ...
https://man.plustar.jp/php/function.ctype-cntrl.html - [similar]
小文字かどうかを調べる 3518
« ctype_graph ctype_print » PHP Manual Ctype 関数 小文字かどうかを調べる ctype_lower (PHP 4 >= 4 ... ers.\n" ; } else { echo "The string $testcase does not consist of all lowercase letters.\n" ; } } ?> 上の ... 例の出力は以下となります。 The string aac123 does not consist of all lowercase letters. The string qiuto ... of all lowercase letters. The string QASsdks does not consist of all lowercase letters. 参考 ctype_alpha ...
https://man.plustar.jp/php/function.ctype-lower.html - [similar]
Prepare a SQL statement for execution 3518
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... clause of INSERT statement or in the WHERE clause. Note that it is allowed to bind a value to a MARK(?) b ... ent_code=e.code WHERE host_year = ? AND event_code NOT IN (SELECT event_code FROM game WHERE host_year=?) ... "There are %d event that exits in 2004 olympic but not in 2000. For example:\n\n" , $row_num ); printf ( ... There are 27 event that exits in 2004 olympic but not in 2000. For example: Event_code Event_name ------ ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
名前空間の使用法: グローバル関数/定数への移行 3518
« グローバル空間 名前解決のルール » PHP Manual 名前空間 名前空間の使用法: グローバル関数/定数への ... ayObject ; // fatal error, class A\B\C\ArrayObject not found ?> 関数や定数の場合、名前空間内にその関数や定 ... "1" と表示します if ( is_array ( 'hi' )) { // "is not array" と表示します echo "is array\n" ; } else { e ... cho "is not array\n" ; } ?> 関連キーワード: 関数 , 定数 , グロ ...
https://man.plustar.jp/php/language.namespaces.fallback.html - [similar]
Create a new ReadPreference 3518
« MongoDB\Driver\ReadPreference::bsonSerialize MongoDB\Driver\ReadPreference::getHedge » PHP Man ... h any node and may be used as a fallback. Tags are not compatible with the MongoDB\Driver\ReadPreference: ... O_MAX_STALENESS , which means that the driver will not consider a secondary's lag when choosing where to ... direct a read operation. This option is not compatible with the MongoDB\Driver\ReadPreference: ... or a primary read preference or is malformed (i.e. not an array of zero or more documents). Throws MongoD ...
https://man.plustar.jp/php/mongodb-driver-readpreference.construct.html - [similar]
Serialization to BSON 3518
« Persisting Data Deserialization from BSON » PHP Manual Persisting Data Serialization to BSON S ... uential without gaps: BSON array . If the array is not packed — i.e. having associative (string) keys, th ... 42 } [ 1 => 9, 0 => 10 ] => { "1" : 9, "0" : 10 } Note that the five examples are extracts of a full doc ... If MongoDB\BSON\Serializable::bsonSerialize() did not return an array or stdClass , throw an MongoDB\Dri ... ehaviour and set your own __pclass value, you must not implement MongoDB\BSON\Persistable and should inst ...
https://man.plustar.jp/php/mongodb.persistence.serialization.html - [similar]
Adds values to the set 3485
« Set Ds\Set::allocate » PHP Manual Set Adds values to the set Ds\Set::add (PECL ds >= 1.0.0) Ds ... by the object's equals function. If an object does not implement Ds\Hashable , objects must be references ... 2 ); $set -> add ( 3 ); // Strict comparison would not treat these the same as int(1) $set -> add ( "1" ) ... An arbitrary value to use as the hash value. Does not define equality. */ private $value ; public functi ...
https://man.plustar.jp/php/ds-set.add.html - [similar]
空白、英数字以外の出力可能な文字かどうかを調べる 3485
« ctype_print ctype_space » PHP Manual Ctype 関数 空白、英数字以外の出力可能な文字かどうかを調べ ... ion.\n" ; } else { echo "The string $testcase does not consist of all punctuation.\n" ; } } ?> 上の例の出 ... 力は以下となります。 The string ABasdk!@!$# does not consist of all punctuation. The string !@ # $ does ... not consist of all punctuation. The string *&$() consi ...
https://man.plustar.jp/php/function.ctype-punct.html - [similar]
Add a background task to be run in parallel 3485
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... り値 A GearmanTask object or false if the task could not be added. 例 例1 Two tasks, one background and one ... not This example illustrates the difference between ru ... he callback. Two workers are run for this example. Note that the background task does not show in the cli ... "reverse" , "Hello World!" , null , "1" ); # add another task, but this one to run in the background $ta ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
Execute one or more write operations on this server 3485
« MongoDB\Driver\Server::__construct MongoDB\Driver\Server::executeCommand » PHP Manual MongoDB\ ... er\Exception\InvalidArgumentException if bulk does not contain any write operations. Throws MongoDB\Drive ... een executed. MongoDB\Driver\BulkWrite objects may not be executed multiple times. Throws MongoDB\Driver\ ... Throws MongoDB\Driver\Exception\RuntimeException on other errors. 変更履歴 バージョン 説明 PECL mongodb ... nvalidArgumentException is now thrown if bulk does not contain any write operations. Previously, a MongoD ...
https://man.plustar.jp/php/mongodb-driver-server.executebulkwrite.html - [similar]