検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 1027 for An (0.019 sec.)
Prepares and executes a query 3412
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... ble, might only be in Git) sqlsrv_query — Prepares and executes a query 説明 sqlsrv_query ( resource $co ... $params = ? , array $options = ? ): mixed Prepares and executes a query. パラメータ conn A connection re ... l The string that defines the query to be prepared and executed. params An array specifying parameter in ... n executing a parameterized query. Array elements can be any of the following: A literal value A PHP var ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
Execute a database command that writes 3412
« MongoDB\Driver\Manager::executeReadWriteCommand MongoDB\Driver\Manager::getEncryptedFieldsMap ... » PHP Manual MongoDB\Driver\Manager Execute a database comma ... nd that writes MongoDB\Driver\Manager::executeWriteCommand (mongodb >=1.4.0) MongoDB ... \Driver\Manager::executeWriteCommand — Execute a database comm ... and that writes 説明 final public MongoDB\Driver\Manager::executeWriteCommand ( string $db , MongoDB\Dr ...
https://man.plustar.jp/php/mongodb-driver-manager.executewritecommand.html - [similar]
Execute a database command that reads on this server 3412
« MongoDB\Driver\Server::executeQuery MongoDB\Driver\Server::executeReadWriteCommand » PHP Manua ... l MongoDB\Driver\Server Execute a database command that reads on this server MongoDB\Driver\Server:: ... executeReadCommand (mongodb >=1.4.0) MongoDB\Driver\Server::executeR ... eadCommand — Execute a database command that reads on this s ... final public MongoDB\Driver\Server::executeReadCommand ( string $db , MongoDB\Driver\Command $command , ...
https://man.plustar.jp/php/mongodb-driver-server.executereadcommand.html - [similar]
The MongoDB\Driver\Server class 3381
« MongoDB\Driver\CursorInterface::toArray MongoDB\Driver\Server::__construct » PHP Manual MongoD ... ラス概要 final class MongoDB\Driver\Server { /* Constants */ const int TYPE_UNKNOWN = 0 ; const int TYPE_S ... TANDALONE = 1 ; const int TYPE_MONGOS = 2 ; const int ... nst int TYPE_RS_GHOST = 8 ; const int TYPE_LOAD_BALANCER = 9 ; /* メソッド */ final private __construct ... MongoDB\Driver\WriteResult final public executeCommand ( string $db , MongoDB\Driver\Command $command , ...
https://man.plustar.jp/php/class.mongodb-driver-server.html - [similar]
The MongoDB\Driver\WriteResult class 3381
« MongoDB\Driver\WriteError::getMessage MongoDB\Driver\WriteResult::getDeletedCount » PHP Manual ... r\WriteResult class encapsulates information about an executed MongoDB\Driver\BulkWrite and may be retur ... ned by MongoDB\Driver\Manager::executeBulkWrite() . クラス概要 final class M ... ount — Returns the number of documents inserted by an upsert MongoDB\Driver\WriteResult::getUpsertedIds ... — Returns an array of identifiers for upserted documents MongoD ...
https://man.plustar.jp/php/class.mongodb-driver-writeresult.html - [similar]
Establish the environment for connecting to CUBRID server 3381
« cubrid_commit cubrid_connect » PHP Manual CUBRID 関数 Establish the environment for connecting ... server by using connection information passed with an url string argument. If the HA feature is enabled ... u must specify the connection information of the standby server, which is used for failover when failure ... string argument of this function. If the user name and password is not given, then the "PUBLIC" connecti ... uery_timeout=true|false <alternative_hosts> ::= <standby_broker1_host>:<port> [,<standby_broker2_host>:< ...
https://man.plustar.jp/php/function.cubrid-connect-with-url.html - [similar]
Fetch the next row from a result set 3381
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... CUBRID_ASSOC, CUBRID_BOTH, CUBRID_OBJECT. If you want to operate the lob object, you can use CUBRID_LOB ... s; NULL, when process is unsuccessful. The result can be received either as an array or as an object, an ... d you can decide which data type to use by setting the type ... argument. The type variable can be set to one of the following values: CUBRID_NUM ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
Open a persistent connection to CUBRID server 3381
« cubrid_num_rows cubrid_pconnect » PHP Manual CUBRID 関数 Open a persistent connection to CUBRI ... at's already open with the same host, port, dbname and userid. If one is found, an identifier for it wil ... l be returned instead of opening a new connection. Second, the connection to the SQL s ... uery_timeout=true|false <alternative_hosts> ::= <standby_broker1_host>:<port> [,<standby_broker2_host>:< ... ame or IP address of the master database db_name : A name of the database db_user : A name of the databa ...
https://man.plustar.jp/php/function.cubrid-pconnect-with-url.html - [similar]
Update a column using OID 3381
« cubrid_prepare cubrid_rollback » PHP Manual CUBRID 関数 Update a column using OID cubrid_put ( ... : bool The cubrid_put() function is used to update an attribute of the instance of the given oid . You c ... string data type to set attr . In such case, you can use integer, floating point or string type data fo ... ent. To update multiple number of attributes, you can disregard the attr argument, and set value argumen ... entifier Connection identifier. oid OID of the instance that you want to update. attr Name of the attrib ...
https://man.plustar.jp/php/function.cubrid-put.html - [similar]
ユーザー定義の比較関数を用いて、キーで配列をソートする 3381
« uasort usort » PHP Manual 配列 関数 ユーザー定義の比較関数を用いて、キーで配列をソートする uks ... nction cmp ( $a , $b ) { $a = preg_replace ( '@^(a|an|the) @' , '' , $a ); $b = preg_replace ( '@^(a|an| ... ); } $a = array( "John" => 1 , "the Earth" => 2 , "an apple" => 3 , "a banana" => 4 ); uksort ( $a , "cm ... : $value \n" ; } ?> 上の例の出力は以下となります。 an apple: 3 a banana: 4 the Earth: 2 John: 1 参考 uso ...
https://man.plustar.jp/php/function.uksort.html - [similar]