検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 401 for SESSION (0.025 sec.)
クライアントクラス 3745
« BaseResult::getWarningsCount mysql_xdevapi\Client::close » PHP Manual Mysql_xdevapi クライアン ... t { /* メソッド */ public close (): bool public getSession (): mysql_xdevapi\Session } 目次 mysql_xdevapi\Cli ... 提供 , セッション , getClient , construct , 接続 , Session , getSession ...
https://man.plustar.jp/php/class.mysql-xdevapi-client.html - [similar]
MySQL サーバに接続する 3745
« expression mysql_xdevapi\BaseResult » PHP Manual Mysql_xdevapi 関数 MySQL サーバに接続する get ... on information available, might only be in Git) getSession — MySQL サーバに接続する 説明 mysql_xdevapi\getSes ... sion ( string $uri ): mysql_xdevapi\Session MySQL サーバに接続します。 パラメータ uri mysqlx:/ ... cting using a URI String を参照してください 戻り値 Session オブジェクト エラー / 例外 接続に失敗した場合は、 ... ception がスローされます。 例 例2 mysql_xdevapi\getSession() の例 <?php try { $session = mysql_xdevapi \ getS ...
https://man.plustar.jp/php/function.mysql-xdevapi-getsession.html - [similar]
保存用表現から PHP の値を生成する 3745
« strval unset » PHP Manual 変数操作 関数 保存用表現から PHP の値を生成する unserialize (PHP 4, ... erialize() の例 <?php // ここで、データベースから $session_data にセッションデータをロード // するために unse ... ; $stmt = odbc_prepare ( $conn , "SELECT data FROM sessions WHERE id = ?" ); $sqldata = array( $_SERVER [ 'PH ... 行または取得が失敗した場合、空の配列で初期化します $session_data = array(); } else { // tmp[0] にシリアル化され ... たデータを保持している必要があります。 $session_data = unserialize ( $tmp [ 0 ]); if (! is_array ( ...
https://man.plustar.jp/php/function.unserialize.html - [similar]
The route purpose 3745
« Yaf_Route_Supervar::__construct Yaf_Session » PHP Manual Yaf_Route_Supervar The route purpose ... , Route , Supervar , request , construct , 存在 , Session , public ...
https://man.plustar.jp/php/yaf-route-supervar.route.html - [similar]
URL リライタの値をリセットする 3728
« output_add_rewrite_var PHP Options/Info » PHP Manual 出力制御 関数 URL リライタの値をリセットす ... ます。 例 例1 output_reset_rewrite_vars() の例 <?php session_start (); output_add_rewrite_var ( 'var' , 'value' ... 一覧を取得する url_rewriter.tags url_rewriter.hosts session.trans_sid_tags session.trans_sid_hosts 関連キーワー ...
https://man.plustar.jp/php/function.output-reset-rewrite-vars.html - [similar]
クライアントのセッションを取得する 3728
« Client::__construct mysql_xdevapi\Collection » PHP Manual mysql_xdevapi\Client クライアントのセ ... ョンを取得する 説明 public mysql_xdevapi\Client::getSession (): mysql_xdevapi\Session クライアントと関連付けら ... , xdevapi , パラメータ , getClient , Git , 関数 , Session , getSession , public ...
https://man.plustar.jp/php/mysql-xdevapi-client.getsession.html - [similar]
Table のコンストラクタ 3728
« mysql_xdevapi\Table Table::count » PHP Manual mysql_xdevapi\Table Table のコンストラクタ Table ... 例1 mysql_xdevapi\Table::__construct() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $schema = $session -> getSchema ( "addressbook" ); $table = $schema - ...
https://man.plustar.jp/php/mysql-xdevapi-table.construct.html - [similar]
サンプル 3711
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... ブな接続からストリームをオープンする Example#418 - $session を有効にしておかないといけない! Example#419 - RAR ... le#1544 - URI の例 Example#1545 - mysql_xdevapi\getSession の例 Example#1546 - mysql_xdevapi\RowResult::getWa ... a の例 Example#1560 - mysql_xdevapi\Collection::getSession の例 Example#1561 - mysql_xdevapi\Collection::modi ... の例 Example#1614 - mysql_xdevapi\DatabaseObject::getSession の例 Example#1615 - DocResult の例 Example#1616 - ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
新規セッション ID を返す 3711
« SessionHandler::close SessionHandler::destroy » PHP Manual SessionHandler 新規セッション ID を ... 返す SessionHandler::create_sid (PHP 5 >= 5.5.1, PHP 7, PHP 8) ... :create_sid — 新規セッション ID を返す 説明 public SessionHandler::create_sid (): string 新規セッション ID を ... ション・ハンドラに対して有効なセッションです。 参考 session_id() - 現在のセッション ID を取得または設定する se ... ョンIDを作成する 関連キーワード: セッション , 新規 , SessionHandler , create , パラメータ , destroy , public , ...
https://man.plustar.jp/php/sessionhandler.create-sid.html - [similar]
削除の際のソート条件を設定する 3693
« TableDelete::limit TableDelete::where » PHP Manual mysql_xdevapi\TableDelete 削除の際のソート条 ... 1 mysql_xdevapi\TableDelete::orderBy() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $schema = $session -> getSchema ( "addressbook" ); $table = $schema - ...
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.orderby.html - [similar]