検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 401 for SESSION (0.089 sec.)
クエリのプレースホルダーに値をバインドする 3899
« CollectionModify::arrayInsert CollectionModify::__construct » PHP Manual mysql_xdevapi\Collect ... mysql_xdevapi\CollectionModify::bind() の例 <?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-collectionmodify.bind.html - [similar]
セッションを開始する 3899
« SessionHandlerInterface::gc SessionHandlerInterface::read » PHP Manual SessionHandlerInterface ... セッションを開始する SessionHandlerInterface::open (PHP 5 >= 5.4.0, PHP 7, PHP ... 8) SessionHandlerInterface::open — セッションを開始する 説明 ... public SessionHandlerInterface::open ( string $path , string $nam ... しいセッションを作成します。 セッションが開始したり session_start() が実行されたりしたときにコールされます。 パ ...
https://man.plustar.jp/php/sessionhandlerinterface.open.html - [similar]
クライアント側のセッションキーを計算する 3882
« sodium_crypto_kdf_keygen sodium_crypto_kx_keypair » PHP Manual Sodium 関数 クライアント側のセッ ... ションキーを計算する sodium_crypto_kx_client_session_keys (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_kx_clie ... nt_session_keys — クライアント側のセッションキーを計算する 説 ... 明 sodium_crypto_kx_client_session_keys ( string $client_key_pair , string $server_ke ...
https://man.plustar.jp/php/function.sodium-crypto-kx-client-session-keys.html - [similar]
サーバ側のセッションキーを計算する 3882
« sodium_crypto_kx_seed_keypair sodium_crypto_pwhash_scryptsalsa208sha256_str_verify » PHP Manua ... 側のセッションキーを計算する sodium_crypto_kx_server_session_keys (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_kx_serv ... er_session_keys — サーバ側のセッションキーを計算する 説明 sod ... ium_crypto_kx_server_session_keys ( string $server_key_pair , string $client_ke ...
https://man.plustar.jp/php/function.sodium-crypto-kx-server-session-keys.html - [similar]
SSH の認証を、ssh agent を使って行う 3882
« SSH2 関数 ssh2_auth_hostbased_file » PHP Manual SSH2 関数 SSH の認証を、ssh agent を使って行う ... gent を使って行う 説明 ssh2_auth_agent ( resource $session , string $username ): bool SSH の認証を、ssh agent ... libssh >= 1.2.3 を使った場合だけです。 パラメータ session SSH 接続リンク ID。 ssh2_connect() を呼んで取得した ... } ?> 関連キーワード: agent , 認証 , auth , 関数 , session , username , libssh , 成功 , リモート , 取得 ...
https://man.plustar.jp/php/function.ssh2-auth-agent.html - [similar]
実行時設定 3882
« インストール手順 Igbinary 関数 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の ... ンの設定オプション 名前 デフォルト 変更可能 変更履歴 session.save_handler "files" PHP_INI_ALL PHP_INI_* モードの ... 、無効にするかを指定します。 デフォルトは On です。 session.save_handler string この値を igbinary に設定するこ ... 設定 , 実行 , Igbinary , 変更 , igbinary , handler , session , セッション , strings , pact ...
https://man.plustar.jp/php/igbinary.configuration.html - [similar]
コレクションのドキュメントを変更する 3882
« Collection::getSession Collection::remove » PHP Manual mysql_xdevapi\Collection コレクションの ... 例1 mysql_xdevapi\Collection::modify() の例 <?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.modify.html - [similar]
クエリのプレースホルダーに値をバインドする 3882
« mysql_xdevapi\CollectionFind CollectionFind::__construct » PHP Manual mysql_xdevapi\Collection ... 1 mysql_xdevapi\CollectionFind::bind() の例 <?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-collectionfind.bind.html - [similar]
配列のフィールドに要素を挿入する 3882
« CollectionModify::arrayAppend CollectionModify::bind » PHP Manual mysql_xdevapi\CollectionModi ... devapi\CollectionModify::arrayInsert() の例 <?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-collectionmodify.arrayinsert.html - [similar]
直近のエラーコードを取得する 3882
« SNMP::get SNMP::getError » PHP Manual SNMP 直近のエラーコードを取得する SNMP::getErrno (PHP 5 ... れかを返します。 例 例1 SNMP::getErrno() の例 <?php $session = new SNMP ( SNMP :: VERSION_2c , '127.0.0.1' , 'b ... oguscommunity' ); var_dump (@ $session -> get ( '.1.3.6.1.2.1.1.1.0' )); var_dump ( $sess ...
https://man.plustar.jp/php/snmp.geterrno.html - [similar]