検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 401 for session (0.072 sec.)
Close a connection to a remote SSH server 4053
« ssh2_connect ssh2_exec » PHP Manual SSH2 関数 Close a connection to a remote SSH server ssh2_d ... remote SSH server 説明 ssh2_disconnect ( resource $session ): bool Close a connection to a remote SSH server. ... パラメータ session An SSH connection link identifier, obtained from a ... ワード: connection , server , remote , disconnect , session , from , サーバー , 参考 , 失敗 , 成功 ...
https://man.plustar.jp/php/function.ssh2-disconnect.html - [similar]
CollectionModify のコンストラクタ 4053
« CollectionModify::bind CollectionModify::execute » PHP Manual mysql_xdevapi\CollectionModify C ... devapi\CollectionModify::__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 ... (); $schema = $session -> getSchema ( "addressbook" ); $collection = $sch ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.construct.html - [similar]
新しい関数 4036
« 新機能 新しいグローバル定数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新しい関数 新しい関 ... share_strerror() OpenSSL openssl_get_curve_names() Session session_create_id() session_gc() SPL is_iterable() ...
https://man.plustar.jp/php/migration71.new-functions.html - [similar]
Execute one or more write operations on this server 4036
« MongoDB\Driver\Server::__construct MongoDB\Driver\Server::executeCommand » PHP Manual MongoDB\ ... る書き込み。 options options Option Type Description session MongoDB\Driver\Session A session to associate with ... \Driver\Exception\InvalidArgumentException if the "session" option is used in combination with an unacknowled ... on\InvalidArgumentException will be thrown if the "session" option is used in combination with an unacknowled ...
https://man.plustar.jp/php/mongodb-driver-server.executebulkwrite.html - [similar]
Collection のコンストラクタ 4036
« Collection::addOrReplaceOne Collection::count » PHP Manual mysql_xdevapi\Collection 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.construct.html - [similar]
CollectionFind のコンストラクタ 4036
« CollectionFind::bind CollectionFind::execute » PHP Manual mysql_xdevapi\CollectionFind Collect ... ータはありません。 例 例1 CollectionFind の例 <?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.construct.html - [similar]
CollectionRemove のコンストラクタ 4036
« CollectionRemove::bind CollectionRemove::execute » PHP Manual mysql_xdevapi\CollectionRemove C ... 例1 mysql_xdevapi\Collection::remove() の例 <?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-collectionremove.construct.html - [similar]
EXCLUSIVE LOCK を実行する 4036
« TableSelect::limit TableSelect::lockShared » PHP Manual mysql_xdevapi\TableSelect EXCLUSIVE LO ... l_xdevapi\TableSelect::lockExclusive() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $schema = $session -> getSchema ( "addressbook" ); $table = $schema - ... > getTable ( "names" ); $session -> startTransaction (); $result = $table -> select ... ckExclusive ( MYSQLX_LOCK_NOWAIT ) -> execute (); $session -> commit (); $row = $result -> fetchAll (); print ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.lockexclusive.html - [similar]
SHARED LOCK を実行する 4036
« TableSelect::lockExclusive TableSelect::offset » PHP Manual mysql_xdevapi\TableSelect SHARED L ... ysql_xdevapi\TableSelect::lockShared() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $schema = $session -> getSchema ( "addressbook" ); $table = $schema - ... > getTable ( "names" ); $session -> startTransaction (); $result = $table -> select ... lockShared ( MYSQLX_LOCK_NOWAIT ) -> execute (); $session -> commit (); $row = $result -> fetchAll (); print ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.lockshared.html - [similar]
のエイリアス enchant_dict_is_added 4011
« enchant_dict_is_added enchant_dict_quick_check » PHP Manual Enchant 関数 のエイリアス enchant_ ... dict_is_added enchant_dict_is_in_session (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 0.1 ... .0 ) enchant_dict_is_in_session — のエイリアス enchant_dict_is_added() 警告 このエ ... . 関連キーワード: enchant , dict , added , 関数 , session , quick , check , Enchant , 警告 , 推奨 ...
https://man.plustar.jp/php/function.enchant-dict-is-in-session.html - [similar]