検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 401 for session (0.029 sec.)
WinCache セッションハンドラ 4396
« WinCache 統計スクリプト WinCache 関数への切り替え » PHP Manual インストール/設定 WinCache セッ ... WinCache セッションハンドラを使うには、 php.ini の session.save_handler を wincache にします。デフォルトでは、 ... を保存します。 セッションファイルの場所を変えるには session.save_path ディレクティブを設定します。 例1 WinCach ... e セッションハンドラの有効化 session.save_handler = wincache session.save_path = C:\ine ... tpub\temp\session\ 関連キーワード: セッション , WinCache , ハンドラ ...
https://man.plustar.jp/php/wincache.sessionhandler.html - [similar]
スキーマオブジェクトを得る 4371
« mysql_xdevapi\SchemaObject mysql_xdevapi\Session » PHP Manual mysql_xdevapi\SchemaObject スキー ... キーマオブジェクトを返します。 例 例1 mysql_xdevapi\Session::getSchema() の例 <?php $session = mysql_xdevapi \ ... getSession ( "mysqlx://user:password@localhost" ); $schema = ... $session -> getSchema ( "addressbook" ); print_r ( $schema ... , スキーマ , xdevapi , SchemaObject , getSchema , Session , パラメータ , 取得 , Object , 出力 ...
https://man.plustar.jp/php/mysql-xdevapi-schemaobject.getschema.html - [similar]
Create a handle to used communicate with zookeeper 4353
« Zookeeper::connect Zookeeper::create » PHP Manual Zookeeper Create a handle to used communicat ... ) This method creates a new handle and a zookeeper session that corresponds to that handle. Session establish ... ment is asynchronous, meaning that the session should not be considered established until (and un ... will be invoked. recv_timeout the timeout for this session, only valid if the connections is currently connec ... Zookeeper , watcher , Create , construct , host , session , This ...
https://man.plustar.jp/php/zookeeper.construct.html - [similar]
SessionHandler クラス 4336
« session_write_close SessionHandler::close » PHP Manual Sessions SessionHandler クラス SessionH ... ler クラス (PHP 5 >= 5.4.0, PHP 7, PHP 8) はじめに SessionHandler は特殊なクラスで、 これを継承したクラスを作 ... d ) に対応しています。デフォルトでは、このクラスは session.save_handler で定義された内部セッションハンドラをラ ... ache ) そして Memcached ( memcached ) が使えます。 SessionHandler のインスタンスを session_set_save_handler() ... そのインスタンスが現在の保存ハンドラをラップします。 SessionHandler を継承したクラスを作ると、 親クラスのメソッ ...
https://man.plustar.jp/php/class.sessionhandler.html - [similar]
Create a handle to used communicate with zookeeper 4336
« Zookeeper::close Zookeeper::__construct » PHP Manual Zookeeper Create a handle to used communi ... d This method creates a new handle and a zookeeper session that corresponds to that handle. Session establish ... ment is asynchronous, meaning that the session should not be considered established until (and un ... will be invoked. recv_timeout The timeout for this session, only valid if the connections is currently connec ... eeper , communicate , Zookeeper , watcher , host , session , timeout , Create , construct ...
https://man.plustar.jp/php/zookeeper.connect.html - [similar]
セッションデータを書き込んでセッションを終了する 4319
« session_unset SessionHandler » PHP Manual セッション関数 セッションデータを書き込んでセッション ... を終了する session_write_close (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ... ッションデータを書き込んでセッションを終了する 説明 session_write_close (): bool 現在のセッションを終了し、セッ ... ションデータを書き込みます。 セッションデータは、 session_write_close() をコールしなくても、スクリプト終了時 ... の型は bool になりました。 以前は void でした。 参考 session_register_shutdown() - セッションのシャットダウン関 ...
https://man.plustar.jp/php/function.session-write-close.html - [similar]
Schema のコンストラクタ 4319
« mysql_xdevapi\Schema Schema::createCollection » PHP Manual mysql_xdevapi\Schema Schema のコンス ... ありません。 例 例1 Schema::__construct の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS food" )-> execut ... e (); $session -> sql ( "CREATE DATABASE food" )-> execute (); $s ... ame text, rating text)" )-> execute (); $schema = $session -> getSchema ( "food" ); $schema -> createCollecti ...
https://man.plustar.jp/php/mysql-xdevapi-schema.construct.html - [similar]
古いセッションを削除する 4319
« SessionHandlerInterface::destroy SessionHandlerInterface::open » PHP Manual SessionHandlerInte ... rface 古いセッションを削除する SessionHandlerInterface::gc (PHP 5 >= 5.4.0, PHP 7, PHP 8) ... SessionHandlerInterface::gc — 古いセッションを削除する 説明 ... public SessionHandlerInterface::gc ( int $max_lifetime ): int | f ... alse 有効期限を過ぎたセッションを削除します。 session.gc_divisor 、 session.gc_probability および sessio ...
https://man.plustar.jp/php/sessionhandlerinterface.gc.html - [similar]
古いセッションを削除する 4302
« SessionHandler::destroy SessionHandler::open » PHP Manual SessionHandler 古いセッションを削除す ...SessionHandler::gc (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionH ... andler::gc — 古いセッションを削除する 説明 public SessionHandler::gc ( int $max_lifetime ): int | false 有効 ... 削除します。PHP がセッションを開始したとき、あるいは session_start() を実行したときにコールされます。 コールされ ... る頻度は、 session.gc_divisor および session.gc_probability の設定に基 ...
https://man.plustar.jp/php/sessionhandler.gc.html - [similar]
Execute a database command 4276
« MongoDB\Driver\Manager::executeBulkWrite MongoDB\Driver\Manager::executeQuery » PHP Manual Mon ... 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-manager.executecommand.html - [similar]