検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 401 for session (0.020 sec.)
コレクションをテーブルオブジェクトとして取得する 3976
« Schema::getCollection Schema::getCollections » PHP Manual mysql_xdevapi\Schema コレクションをテ ... す。 例 例1 Schema::getCollectionAsTable の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> ... execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute ... (); $schema = $session -> getSchema ( "addressbook" ); $collect = $schema ...
https://man.plustar.jp/php/mysql-xdevapi-schema.getcollectionastable.html - [similar]
コレクションがデータベースに存在するかをチェックする 3959
« Collection::dropIndex Collection::find » PHP Manual mysql_xdevapi\Collection コレクションがデー ... xdevapi\Collection::existsInDatabase() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> ... execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute ... (); $schema = $session -> getSchema ( "addressbook" ); $create = $schema ...
https://man.plustar.jp/php/mysql-xdevapi-collection.existsindatabase.html - [similar]
Execute operation with EXCLUSIVE LOCK 3959
« CollectionFind::limit CollectionFind::lockShared » PHP Manual mysql_xdevapi\CollectionFind Exe ... devapi\CollectionFind::lockExclusive() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $schema = $session -> getSchema ( "addressbook" ); $collection = $sch ... ema -> createCollection ( "people" ); $session -> startTransaction (); $result = $collection -> f ... Complete the transaction and unlock the document $session -> commit (); ?> 関連キーワード: CollectionFind , ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.lockexclusive.html - [similar]
全ての行を取得する 3959
« DocResult::__construct DocResult::fetchOne » PHP Manual mysql_xdevapi\DocResult 全ての行を取得 ... 例1 mysql_xdevapi\DocResult::fetchAll() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> ... execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute ... (); $schema = $session -> getSchema ( "addressbook" ); $create = $schema ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.fetchall.html - [similar]
直近の操作で発生した警告の数を取得する 3959
« DocResult::getWarnings mysql_xdevapi\Exception » PHP Manual mysql_xdevapi\DocResult 直近の操作 ... _xdevapi\DocResult::getWarningsCount() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> ... execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute ... (); $schema = $session -> getSchema ( "addressbook" ); $create = $schema ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.getwarningscount.html - [similar]
3959
« 変更履歴 Mysql_xdevapi 関数 » PHP Manual Mysql_xdevapi 例 例 X DevAPI の中心的なエントリポイン ... トは、 mysql_xdevapi\getSession() 関数です。 これは MySQL 8.0 サーバへの URI を受取 ... り、 mysql_xdevap\Session オブジェクトを返します。 例1 MySQL Serverへの接続 ... <?php try { $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... tablished: " . $e -> getMessage ()); } // ... use $session ?> セッションは、API への完全なアクセスを提供します ...
https://man.plustar.jp/php/mysql-xdevapi.examples.html - [similar]
セッションを破棄する 3959
« SessionHandlerInterface::close SessionHandlerInterface::gc » PHP Manual SessionHandlerInterfac ... e セッションを破棄する SessionHandlerInterface::destroy (PHP 5 >= 5.4.0, PHP 7, P ... HP 8) SessionHandlerInterface::destroy — セッションを破棄する 説 ... 明 public SessionHandlerInterface::destroy ( string $id ): bool セッ ... ションを破棄します。 session_regenerate_id() ($destroy = true ) や session_dest ...
https://man.plustar.jp/php/sessionhandlerinterface.destroy.html - [similar]
コレクションからドキュメントをひとつ削除する 3942
« Collection::remove Collection::replaceOne » PHP Manual mysql_xdevapi\Collection コレクションか ... mysql_xdevapi\Collection::removeOne() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> ... execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute ... (); $schema = $session -> getSchema ( "addressbook" ); $collection = $sch ...
https://man.plustar.jp/php/mysql-xdevapi-collection.removeone.html - [similar]
ステートメントを実行する 3942
« CollectionAdd::__construct mysql_xdevapi\CollectionFind » PHP Manual mysql_xdevapi\CollectionA ... mysql_xdevapi\CollectionAdd::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 ... (); $schema = $session -> getSchema ( "addressbook" ); $create = $schema ...
https://man.plustar.jp/php/mysql-xdevapi-collectionadd.execute.html - [similar]
返される要素の数から、与えられた数をスキップする 3942
« CollectionFind::lockShared CollectionFind::sort » PHP Manual mysql_xdevapi\CollectionFind 返さ ... mysql_xdevapi\CollectionFind::offset() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> ... execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute ... (); $schema = $session -> getSchema ( "addressbook" ); $create = $schema ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.offset.html - [similar]