検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 401 for Session (0.064 sec.)
SoapServer の持続モードを設定する 4739
« SoapServer::setObject SoapFault » PHP Manual SoapServer SoapServer の持続モードを設定する Soap ... た後となります。 注意 : 持続モード SOAP_PERSISTENCE_SESSION は、そのクラスのオブジェクトについてのみ持続させま ... is->bar を使用しましょう。 注意 : SOAP_PERSISTENCE_SESSION は、クラスのオブジェクト上のデータもリクエスト間で ... ルした直後のデフォルトの挙動です。 SOAP_PERSISTENCE_SESSION - SoapServer のデータをリクエスト間で持続させます。 ... めに、SoapServer クラスのデータをシリアライズして $_SESSION['_bogus_session_name'] に格納します。 そのため、こ ...
https://man.plustar.jp/php/soapserver.setpersistence.html - [similar]
Execute a database command that reads and writes 4713
« MongoDB\Driver\Manager::executeReadCommand MongoDB\Driver\Manager::executeWriteCommand » PHP M ... ion time if specified for an older server version. session MongoDB\Driver\Session A session to associate with ... o apply to the operation. 警告 If you are using a "session" which has a transaction in progress, you cannot s ... hen you create the transaction with MongoDB\Driver\Session::startTransaction() . 戻り値 成功した場合に MongoD ... \Driver\Exception\InvalidArgumentException if the "session" option is used with an associated transaction in ...
https://man.plustar.jp/php/mongodb-driver-manager.executereadwritecommand.html - [similar]
Execute a database command that reads and writes on this server 4679
« MongoDB\Driver\Server::executeReadCommand MongoDB\Driver\Server::executeWriteCommand » PHP Man ... ion time if specified for an older server version. session MongoDB\Driver\Session A session to associate with ... o apply to the operation. 警告 If you are using a "session" which has a transaction in progress, you cannot s ... hen you create the transaction with MongoDB\Driver\Session::startTransaction() . 戻り値 成功した場合に MongoD ... \Driver\Exception\InvalidArgumentException if the "session" option is used with an associated transaction in ...
https://man.plustar.jp/php/mongodb-driver-server.executereadwritecommand.html - [similar]
Execute a database command that writes on this server 4679
« MongoDB\Driver\Server::executeReadWriteCommand MongoDB\Driver\Server::getHost » PHP Manual Mon ... るコマンド。 options options Option Type Description session MongoDB\Driver\Session A session to associate with ... o apply to the operation. 警告 If you are using a "session" which has a transaction in progress, you cannot s ... hen you create the transaction with MongoDB\Driver\Session::startTransaction() . 戻り値 成功した場合に MongoD ... \Driver\Exception\InvalidArgumentException if the "session" option is used with an associated transaction in ...
https://man.plustar.jp/php/mongodb-driver-server.executewritecommand.html - [similar]
Return the client session id, only valid if the connections is currently connect... 4662
« Zookeeper::getChildren Zookeeper::getConfig » PHP Manual Zookeeper Return the client session i ... 0.1.0) Zookeeper::getClientId — Return the client session id, only valid if the connections is currently con ... はパラメータはありません。 戻り値 Returns the client session id on success, and false on failure. エラー / 例外 ... its PHP error/warning when it could not get client session id. 警告 Since version 0.3.0, this method emits Zo ... tes ZookeeperException 関連キーワード: Zookeeper , session , zookeeper , getClientId , STATE , handle , パラメ ...
https://man.plustar.jp/php/zookeeper.getclientid.html - [similar]
単一の行を取得する 4636
« SqlStatementResult::fetchAll SqlStatementResult::getAffectedItemsCount » PHP Manual mysql_xdev ... xdevapi\SqlStatementResult::fetchOne() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS dbtest" )-> exec ... ute (); $session -> sql ( "CREATE DATABASE dbtest" )-> execute (); ... $session -> sql ( "CREATE TABLE dbtest.workers(name text, a ...
https://man.plustar.jp/php/mysql-xdevapi-sqlstatementresult.fetchone.html - [similar]
実行時設定 4636
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... zookeeper.recv_timeout 10000 PHP_INI_ALL zookeeper.session_lock 1 PHP_INI_SYSTEM zookeeper.sess_lock_wait 150 ... _timeout int Default the timeout for any ZooKeeper session. zookeeper.session_lock int Enable PHP session loc ... king. zookeeper.sess_lock_wait int PHP Session spin lock retry wait time in microseconds. Be care ... ード: 設定 , 実行 , zookeeper , lock , int , wait , session , values , ALL , recv ...
https://man.plustar.jp/php/zookeeper.configuration.html - [similar]
select 時のグループ化の条件を設定する 4619
« TableSelect::execute TableSelect::having » PHP Manual mysql_xdevapi\TableSelect select 時のグル ... 1 mysql_xdevapi\TableSelect::groupBy() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> ... execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute ... (); $session -> sql ( "CREATE TABLE addressbook.names(name text ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.groupby.html - [similar]
select 句の having 条件を設定する 4619
« TableSelect::groupBy TableSelect::limit » PHP Manual mysql_xdevapi\TableSelect select 句の hav ... 例1 mysql_xdevapi\TableSelect::having() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> ... execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute ... (); $session -> sql ( "CREATE TABLE addressbook.names(name text ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.having.html - [similar]
The Zookeeper class 4602
« zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper ... zookeeper >= 0.1.0) はじめに Represents ZooKeeper session. クラス概要 class Zookeeper { /* メソッド */ publi ... const int LOG_LEVEL_DEBUG = 4 ; const int EXPIRED_SESSION_STATE = -112 ; const int AUTH_FAILED_STATE = -113 ... _EVENT = 3 ; const int CHILD_EVENT = 4 ; const int SESSION_EVENT = -1 ; const int NOTWATCHING_EVENT = -2 ; co ... STS = -110 ; const int NOTEMPTY = -111 ; const int SESSIONEXPIRED = -112 ; const int INVALIDCALLBACK = -113 ; ...
https://man.plustar.jp/php/class.zookeeper.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT