検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 401 for SESSION (0.025 sec.)
行の数を取得する 4585
« Table::__construct Table::delete » PHP Manual mysql_xdevapi\Table 行の数を取得する Table::coun ... す。 例 例1 mysql_xdevapi\Table::count() の例 <?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-table.count.html - [similar]
TableDelete のコンストラクタ 4585
« TableDelete::bind TableDelete::execute » PHP Manual mysql_xdevapi\TableDelete TableDelete のコ ... sql_xdevapi\TableDelete::__construct() の例 <?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-tabledelete.construct.html - [similar]
delete文を実行する 4585
« TableDelete::__construct TableDelete::limit » PHP Manual mysql_xdevapi\TableDelete delete文を実 ... 1 mysql_xdevapi\TableDelete::execute() の例 <?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-tabledelete.execute.html - [similar]
insert クエリを実行する 4585
« TableInsert::__construct TableInsert::values » PHP Manual mysql_xdevapi\TableInsert insert クエ ... 1 mysql_xdevapi\TableInsert::execute() の例 <?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-tableinsert.execute.html - [similar]
Execute a database command on this server 4568
« MongoDB\Driver\Server::executeBulkWrite MongoDB\Driver\Server::executeQuery » PHP Manual Mongo ... e to use for selecting a server for the operation. 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.executecommand.html - [similar]
結果セットから全行取得する 4568
« SqlStatementResult::__construct SqlStatementResult::fetchOne » PHP Manual mysql_xdevapi\SqlSta ... xdevapi\SqlStatementResult::fetchAll() の例 <?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.fetchall.html - [similar]
TableInsert クラスのコンストラクタ 4568
« mysql_xdevapi\TableInsert TableInsert::execute » PHP Manual mysql_xdevapi\TableInsert TableIns ... sql_xdevapi\TableInsert::__construct() の例 <?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-tableinsert.construct.html - [similar]
挿入する行の値を追加する 4568
« TableInsert::execute mysql_xdevapi\TableSelect » PHP Manual mysql_xdevapi\TableInsert 挿入する ... 例1 mysql_xdevapi\TableInsert::values() の例 <?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-tableinsert.values.html - [similar]
セッションIDの受渡し 4568
« 基本的な使用法 カスタムセッションハンドラ » PHP Manual 例 セッションIDの受渡し セッションIDの受 ... には次の二つの方法があります。 Cookies URLパラメータ sessionモジュールは、両方の方法をサポートします。 Cookieは最 ... を変換する機能を有しています。 この実行時オプション session.use_trans_sid が有効な場合、 相対URIは自動的にセッ ... セッションクッキーを送信しなかった場合、この定数は session_name=session_id の形式となります。 他方、送信された ... 。 例1 単一のユーザーに関するヒット数を数える <?php session_start (); if (empty( $_SESSION [ 'count' ])) { $_S ...
https://man.plustar.jp/php/session.idpassing.html - [similar]
OCI8 Transparent Application Failover (TAF) Support 4542
« OCI8 高速アプリケーション通知 (FAN) サポート OCI8 および DTrace 動的トレーシング » PHP Manual ... n state, for example replaying any necessary ALTER SESSION commands if the database service did not have -fai ... e. At this time, the application can resynchronize session settings and take actions such as informing the us ... requested. The usual values are as follows: OCI_FO_SESSION indicates that the user has requested only session ... xample, if a user's connection is lost, then a new session is automatically created for the user on the backu ...
https://man.plustar.jp/php/oci8.taf.html - [similar]