検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 401 for Session (0.017 sec.)
Oracle 関数 (PDO_OCI) 3822
« PDO_SQLSRV DSN PDO_OCI DSN » PHP Manual PDO ドライバ Oracle 関数 (PDO_OCI) Oracle 関数 (PDO_OC ... ovides a way to specify the action on the database session. これが使えるようになった PHP のバージョンは 7.2.1 ... s a way to specify the client info on the database session. これが使えるようになった PHP のバージョンは 7.2.1 ... y to specify the client identifier on the database session. これが使えるようになった PHP のバージョンは 7.2.1 ... ovides a way to specify the module on the database session. これが使えるようになった PHP のバージョンは 7.2.1 ...
https://man.plustar.jp/php/ref.pdo-oci.html - [similar]
接続済みのソケットについて暗号化の on/off を切り替える 3805
« stream_socket_client stream_socket_get_name » PHP Manual ストリーム 関数 接続済みのソケットにつ ... enable , ? int $crypto_method = null , ? resource $session_stream = null ): int | bool ストリームの暗号化を有 ... ンテキストのオプション crypto_method を利用します。 session_stream ストリームで session_stream からの設定を送信 ... ) に 0 を返します。 変更履歴 バージョン 説明 8.0.0 session_stream は、nullable になりました。 例 例1 stream_s ...
https://man.plustar.jp/php/function.stream-socket-enable-crypto.html - [similar]
コレクションのドキュメントを追加または置換する 3805
« Collection::add Collection::__construct » PHP Manual mysql_xdevapi\Collection コレクションのド ... _xdevapi\Collection::addOrReplaceOne() の例 <?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-collection.addorreplaceone.html - [similar]
クライアント識別子を設定します 3788
« oci_set_call_timeout oci_set_client_info » PHP Manual OCI8 関数 クライアント識別子を設定します ... ライアント識別子を後に問い合わせることができます。 V$SESSION のようなデータベース管理ビューにも同じ値が含まれて ... ?php // アプリケーションのユーザーログイン名を検索 session_start (); $un = my_validate_session ( $_SESSION [ ...
https://man.plustar.jp/php/function.oci-set-client-identifier.html - [similar]
ネゴシエートされたメソッドのリストを返す 3788
« ssh2_forward_listen ssh2_poll » PHP Manual SSH2 関数 ネゴシエートされたメソッドのリストを返す ... ストを返す 説明 ssh2_methods_negotiated ( resource $session ): array ネゴシエートされたメソッドのリストを返しま ... す。 パラメータ session ssh2_connect() のコールによって取得した SSH 接続リ ... メソッド , リスト , methods , negotiated , 接続 , session , 取得 , 参考 , 判定 , リンク ...
https://man.plustar.jp/php/function.ssh2-methods-negotiated.html - [similar]
Execute a database query on this server 3788
« MongoDB\Driver\Server::executeCommand MongoDB\Driver\Server::executeReadCommand » PHP Manual M ... e to use for selecting a server for the operation. session MongoDB\Driver\Session A session to associate with ...
https://man.plustar.jp/php/mongodb-driver-server.executequery.html - [similar]
コレクションにドキュメントを追加する 3788
« mysql_xdevapi\Collection Collection::addOrReplaceOne » PHP Manual mysql_xdevapi\Collection コレ ... 例 例1 mysql_xdevapi\Collection::add() の例 <?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-collection.add.html - [similar]
コレクションにインデックスを作成 3788
« Collection::count Collection::dropIndex » PHP Manual mysql_xdevapi\Collection コレクションにイ ... ysql_xdevapi\Collection::createIndex() の例 <?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.createindex.html - [similar]
セッションを閉じる 3788
« SessionHandler SessionHandler::create_sid » PHP Manual SessionHandler セッションを閉じる Session ... onHandler::close (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandler::close — セッションを閉じる 説明 public Ses ... じるときに自動的に実行されます。 あるいは、明示的に session_write_close() 経由で実行することもできます (このと ... きは、まず最初に SessionHandler::write() をコールします)。 このメソッドは、 ... このハンドラが session_set_save_handler() で設定される前に ini 設定 sessi ...
https://man.plustar.jp/php/sessionhandler.close.html - [similar]
インストール手順 3771
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PHPのセッショ ... したくない場合には、 configureにオプション --disable-session を指定する必要があります。 セッション記憶領域として ... : デフォルトでは、特定のセッションのすべての情報は session.save_path INIオプションで指定されたディレクトリに生 ... 情報 , 生成 , サポート , モジュール , 拡張 , mm , session ...
https://man.plustar.jp/php/session.installation.html - [similar]