検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 401 for session (0.024 sec.)
Mysql_xdevapi 4928
« 変更履歴 はじめに » PHP Manual MySQL Mysql_xdevapi Mysql_xdevapi はじめに インストール/設定 要 ... テートメントの変数をパラメータとしてバインドする getSession — MySQL サーバに接続する mysql_xdevapi\BaseResult ... Schema — スキーマオブジェクトを得る Collection::getSession — セッションオブジェクトを取得 Collection::modify ... — オブジェクトの名前を取得する DatabaseObject::getSession — セッションの名前を取得する mysql_xdevapi\DocResu ... ema::getName — スキーマの名前を取得する Schema::getSession — スキーマのセッションを取得する Schema::getTable ...
https://man.plustar.jp/php/book.mysql-xdevapi.html - [similar]
The valid purpose 4928
« Yaf_Session::__unset Yaf_Exception » PHP Manual Yaf_Session The valid purpose Yaf_Session::val ... id (Yaf >=1.0.0) Yaf_Session::valid — The valid purpose 説明 public Yaf_Session ... ん。 戻り値 関連キーワード: valid , purpose , Yaf , Session , 関数 , パラメータ , unset , Exception , public , ...
https://man.plustar.jp/php/yaf-session.valid.html - [similar]
はじめに 4833
« Sessions インストール/設定 » PHP Manual Sessions はじめに はじめに PHPのセッションサポート機能 ... ッションサポート機能により、スーパーグローバル配列 $_SESSION を使ってリクエスト間でデータを格納できるようになり ... ョンIDがリクエストとともに送信されているかどうかを ( session.auto_start が1の場合は)自動的に、または ( session_ ... る場合には、以前保存された変数が再現されます。 警告 session.auto_start をオンにした場合にオブジェクトをセッショ ... ze() したうえで後で unserialize() することです。 $_SESSION (およびそこに登録されたすべての変数) は、リクエスト ...
https://man.plustar.jp/php/intro.session.html - [similar]
テーブルがデータベースに存在するかをチェックする 4833
« Table::delete Table::getName » PHP Manual mysql_xdevapi\Table テーブルがデータベースに存在する ... ysql_xdevapi\Table::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 ... (); $session -> sql ( "CREATE TABLE addressbook.names(name text ...
https://man.plustar.jp/php/mysql-xdevapi-table.existsindatabase.html - [similar]
現在のセッションモジュールを取得または設定する 4773
« session_id session_name » PHP Manual セッション関数 現在のセッションモジュールを取得または設定 ... する session_module_name (PHP 4, PHP 5, PHP 7, PHP 8) session_m ... 現在のセッションモジュールを取得または設定する 説明 session_module_name ( ? string $module = null ): string | ... false session_module_name() は、 現在のセッションモジュールの名前 ... を返します。 これは session.save_handler としても知られています。 パラメータ m ...
https://man.plustar.jp/php/function.session-module-name.html - [similar]
Yet Another Framework (Yaf) 4756
« yaml_parse はじめに » PHP Manual その他の基本モジュール Yet Another Framework (Yaf) Yet Anothe ... Yaf_Route_Supervar::route — The route purpose Yaf_Session — Yaf_Session クラス Yaf_Session::__construct — Ya ... f_Session のコンストラクタ Yaf_Session::count — The count pu ... rpose Yaf_Session::current — The current purpose Yaf_Session::del — ... The del purpose Yaf_Session::__get — The __get purpose Yaf_Session::getInstanc ...
https://man.plustar.jp/php/book.yaf.html - [similar]
定義済み定数 4756
« リソース型 例 » PHP Manual Sessions 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... 切にセットされている場合には空文字列が入る。 これは session_id() が返す ID と同一になる。 PHP_SESSION_DISABLED ... ( int ) セッションが無効な場合の session_status() の戻り値。 PHP_SESSION_NONE ( int ) セッシ ... ョンが有効だけれどもセッションが存在しない場合の session_status() の戻り値。 PHP_SESSION_ACTIVE ( int ) セッ ... ションが有効で、かつセッションが存在する場合の session_status() の戻り値。 関連キーワード: 定数 , セッショ ...
https://man.plustar.jp/php/session.constants.html - [similar]
セッションのシャットダウン関数 4739
« session_regenerate_id session_reset » PHP Manual セッション関数 セッションのシャットダウン関数 ... session_register_shutdown (PHP 5 >= 5.4.0, PHP 7, PHP 8) s ... ter_shutdown — セッションのシャットダウン関数 説明 session_register_shutdown (): void session_write_close() を ...
https://man.plustar.jp/php/function.session-register-shutdown.html - [similar]
Execute a database command that writes 4739
« MongoDB\Driver\Manager::executeReadWriteCommand MongoDB\Driver\Manager::getEncryptedFieldsMap ... るコマンド。 options options Option Type Description 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.executewritecommand.html - [similar]
スキーマのテーブルを取得する 4739
« Schema::getTable mysql_xdevapi\SchemaObject » PHP Manual mysql_xdevapi\Schema スキーマのテーブ ... 例1 mysql_xdevapi\Schema::getTables() の例 <?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-schema.gettables.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT