検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 401 for SESSION (0.027 sec.)
直近の操作から生じた警告を取得する 3993
« RowResult::getColumns RowResult::getWarningsCount » PHP Manual mysql_xdevapi\RowResult 直近の操 ... mysql_xdevapi\RowResult::getWarnings() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "CREATE DATABASE foo" )-> execute (); $se ... foo.test_table(x int)" )-> execute (); $schema = $session -> getSchema ( "foo" ); $table = $schema -> getTab ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.getwarnings.html - [similar]
スキーマに属する全てのコレクションを取得する 3993
« Schema::getCollectionAsTable Schema::getName » PHP Manual mysql_xdevapi\Schema スキーマに属する ... mysql_xdevapi\Schema::getCollections() の例 <?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.getcollections.html - [similar]
基本的な使用法 3976
« 例 Memcache » PHP Manual 例 基本的な使用法 基本的な使用法 例1 memcache 拡張モジュールの概要 こ ... ?> 例2 memcache セッションハンドラの使用例 <?php $session_save_path = "tcp:// $host : $port ?persistent=1&we ... _interval=10, ,tcp:// $host : $port " ; ini_set ( 'session.save_handler' , 'memcache' ); ini_set ( 'session.s ... ave_path' , $session_save_path ); ?> 関連キーワード: 基本 , 使用 , 保存 ...
https://man.plustar.jp/php/memcache.examples-overview.html - [similar]
新しい関数 3976
« 変更された関数 PHP 5.6.x における OpenSSL 関連の変更 » PHP Manual PHP 5.5.x から PHP 5.6.x への ... PDO_PGSQL PDO::pgsqlGetNotify() PDO::pgsqlGetPid() Session session_abort() session_reset() Zip ZipArchive::se ...
https://man.plustar.jp/php/migration56.new-functions.html - [similar]
直近の操作の警告を取得する 3976
« mysql_xdevapi\BaseResult BaseResult::getWarningsCount » PHP Manual mysql_xdevapi\BaseResult 直 ... ql_xdevapi\RowResult::getWarnings() example <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "CREATE DATABASE foo" )-> execute (); $se ... foo.test_table(x int)" )-> execute (); $schema = $session -> getSchema ( "foo" ); $table = $schema -> getTab ...
https://man.plustar.jp/php/mysql-xdevapi-baseresult.getwarnings.html - [similar]
ドキュメントをひとつ取得 3976
« Collection::getName Collection::getSchema » PHP Manual mysql_xdevapi\Collection ドキュメントを ... 例1 mysql_xdevapi\Collection::getOne() の例 <?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.getone.html - [similar]
ドキュメントのフィールドのフィルタを設定する 3976
« CollectionFind::execute CollectionFind::groupBy » PHP Manual mysql_xdevapi\CollectionFind ドキ ... mysql_xdevapi\CollectionFind::fields() の例 <?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.fields.html - [similar]
返されるドキュメントの数を限定する 3976
« CollectionFind::having CollectionFind::lockExclusive » PHP Manual mysql_xdevapi\CollectionFind ... mysql_xdevapi\CollectionFind::limit() の例 <?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.limit.html - [similar]
SHARED LOCK 付きで操作を実行する 3976
« CollectionFind::lockExclusive CollectionFind::offset » PHP Manual mysql_xdevapi\CollectionFind ... l_xdevapi\CollectionFind::lockShared() の例 <?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.lockshared.html - [similar]
直近の操作から発生した警告を取得する 3976
« Result::getGeneratedIds Result::getWarningsCount » PHP Manual mysql_xdevapi\Result 直近の操作か ... mysql_xdevapi\RowResult::getWarnings() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "CREATE DATABASE foo" )-> execute (); $se ... foo.test_table(x int)" )-> execute (); $schema = $session -> getSchema ( "foo" ); $table = $schema -> getTab ...
https://man.plustar.jp/php/mysql-xdevapi-result.getwarnings.html - [similar]