検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 401 for session (0.164 sec.)
新機能 3633
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x ... 出力は以下となります。 int(3) セッションのオプション session_start() にオプションの配列を渡せるようになりました ... 。 これは、php.ini などで設定した session 設定ディレクティブ を上書きします。 新たな設定オプ ... ション session.lazy_write をサポートするようになりました。これはデ ... read_and_close も追加されました。 このオプションは session_start() だけに渡せるもので、 セッションデータを読み ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]
select のクエリパラメータをバインドする 3633
« mysql_xdevapi\TableSelect TableSelect::__construct » PHP Manual mysql_xdevapi\TableSelect sele ... 例1 mysql_xdevapi\TableSelect::bind() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $schema = $session -> getSchema ( "addressbook" ); $table = $schema - ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.bind.html - [similar]
select ステートメントを実行する 3633
« TableSelect::__construct TableSelect::groupBy » PHP Manual mysql_xdevapi\TableSelect select ス ... 1 mysql_xdevapi\TableSelect::execute() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $schema = $session -> getSchema ( "addressbook" ); $table = $schema - ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.execute.html - [similar]
select 文のソート条件を設定する 3633
« TableSelect::offset TableSelect::where » PHP Manual mysql_xdevapi\TableSelect select 文のソート ... 1 mysql_xdevapi\TableSelect::orderBy() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $schema = $session -> getSchema ( "addressbook" ); $table = $schema - ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.orderby.html - [similar]
SCP 経由でファイルを送信する 3616
« ssh2_scp_recv ssh2_send_eof » PHP Manual SSH2 関数 SCP 経由でファイルを送信する ssh2_scp_send ... でファイルを送信する 説明 ssh2_scp_send ( resource $session , string $local_file , string $remote_file , int $ ... SCP プロトコルを使用してコピーします。 パラメータ session ssh2_connect() のコールによって取得した SSH 接続リ ...
https://man.plustar.jp/php/function.ssh2-scp-send.html - [similar]
ZooKeeper 3599
« ZMQDevice::setTimerTimeout はじめに » PHP Manual その他のサービス ZooKeeper ZooKeeper はじめに ... onously Zookeeper::getClientId — Return the client session id, only valid if the connections is currently con ... eper::getRecvTimeout — Return the timeout for this session, only valid if the connections is currently connec ... ZookeeperOperationTimeoutException class ZookeeperSessionException — The ZookeeperSessionException class 関連 ...
https://man.plustar.jp/php/book.zookeeper.html - [similar]
ホスト公開鍵を使用して認証を行う 3599
« ssh2_auth_agent ssh2_auth_none » PHP Manual SSH2 関数 ホスト公開鍵を使用して認証を行う ssh2_au ... 認証を行う 説明 ssh2_auth_hostbased_file ( resource $session , string $username , string $hostname , string $pu ... たホスト公開鍵を使用して認証を行います。 パラメータ session ssh2_connect() のコールによって取得した SSH 接続リ ...
https://man.plustar.jp/php/function.ssh2-auth-hostbased-file.html - [similar]
リモートサーバー上でコマンドを実行する 3599
« ssh2_disconnect ssh2_fetch_stream » PHP Manual SSH2 関数 リモートサーバー上でコマンドを実行する ... ー上でコマンドを実行する 説明 ssh2_exec ( resource $session , string $command , string $pty = ? , array $env = ... エンドで実行し、チャネルを割り当てます。 パラメータ session ssh2_connect() のコールによって取得した SSH 接続リ ...
https://man.plustar.jp/php/function.ssh2-exec.html - [similar]
その他の変更 3599
« PHP 7.3.x で推奨されなくなる機能 Windows のサポート » PHP Manual PHP 7.2.x から PHP 7.3.x への ... ンできるようになりました。 セッションのハンドリング session_set_cookie_params() 関数は、以下のシグネチャもサポ ... ートしました: session_set_cookie_params ( array $options ): bool $option ... amesite" を指定可能な連想配列です。 それに応じて、 session_get_cookie_params() 関数の戻り値にも "samesite" が ... ディレクティブのデフォルト値を設定するため、 新しい session.cookie_samesite ini オプションが追加されました。こ ...
https://man.plustar.jp/php/migration73.other-changes.html - [similar]
実行時設定 3599
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... orm= です。 form は特別なタグです。 <input hidden="session_id" name="session_name"> が form 変数に追加されます ... .1.0 より前のバージョンでは、 url_rewriter.tags は session.trans_sid_tags のを指定するために使われていました。 ...
https://man.plustar.jp/php/outcontrol.configuration.html - [similar]