検索

phrase: max: clip:
target: order:
Results of 421 - 430 of about 615 for connection (0.028 sec.)
公開鍵を使用した認証を行う 3182
« ssh2_auth_password ssh2_connect » PHP Manual SSH2 関数 公開鍵を使用した認証を行う ssh2_auth_pu ... alse を返します。 例 例1 公開鍵を用いた認証 <?php $connection = ssh2_connect ( 'shell.example.com' , 22 , array( ... ey' => 'ssh-rsa' )); if ( ssh2_auth_pubkey_file ( $connection , 'username' , '/home/username/.ssh/id_rsa.pub' , ...
https://man.plustar.jp/php/function.ssh2-auth-pubkey-file.html - [similar]
Execute a database command that reads 3182
« MongoDB\Driver\Manager::executeQuery MongoDB\Driver\Manager::executeReadWriteCommand » PHP Man ... . By default, the read preference from the MongoDB Connection URI will be used. This method will apply logic tha ... efault to the corresponding value from the MongoDB Connection URI . パラメータ db ( string ) コマンドを実行するデ ... 以外の理由で失敗した場合に MongoDB\Driver\Exception\ConnectionException をスローします。 認証が必要な場面で認証に ...
https://man.plustar.jp/php/mongodb-driver-manager.executereadcommand.html - [similar]
直近の接続コールに関するエラーコードを返す 3182
« mysqli::commit mysqli::$connect_error » PHP Manual mysqli 直近の接続コールに関するエラーコード ... ギングする方法はお好きなものをどうぞ */ error_log ( 'Connection error: ' . $mysqli -> connect_errno ); } 手続き型 ... ギングする方法はお好きなものをどうぞ */ error_log ( 'Connection error: ' . mysqli_connect_errno ()); } 参考 mysqli ...
https://man.plustar.jp/php/mysqli.connect-errno.html - [similar]
直近の接続エラーの説明を返す 3182
« mysqli::$connect_errno mysqli::__construct » PHP Manual mysqli 直近の接続エラーの説明を返す my ... ギングする方法はお好きなものをどうぞ */ error_log ( 'Connection error: ' . $mysqli -> connect_error ); } 手続き型 ... ギングする方法はお好きなものをどうぞ */ error_log ( 'Connection error: ' . mysqli_connect_error ()); } 参考 mysqli ...
https://man.plustar.jp/php/mysqli.connect-error.html - [similar]
OCI8 接続のハンドリングおよびプーリング 3182
« 例 OCI8 高速アプリケーション通知 (FAN) サポート » PHP Manual OCI8 OCI8 接続のハンドリングおよび ... チューニングする、あるいは Oracle Database Resident Connection Pooling を使う (Oracle Database 11g 以降の場合)、も ... s のようなプログラムを使います。 SQL> execute dbms_connection_pool.start_pool; DRCP の設定を構成するために、 任意 ... で dbms_connection_pool.alter_param() を使用します。 現行のプール設定 ... す。これにより、より大きな拡張性が得られます。 oci8.connection_class = "MY_APPLICATION_NAME" アプリケーションを実 ...
https://man.plustar.jp/php/oci8.connection.html - [similar]
データベース接続の属性を取得する 3182
« PDO::exec PDO::getAvailableDrivers » PHP Manual PDO データベース接続の属性を取得する PDO::getA ... PDO::ATTR_CASE PDO::ATTR_CLIENT_VERSION PDO::ATTR_CONNECTION_STATUS PDO::ATTR_DRIVER_NAME PDO::ATTR_ERRMODE PDO ... COMMIT" , "ERRMODE" , "CASE" , "CLIENT_VERSION" , "CONNECTION_STATUS" , "ORACLE_NULLS" , "PERSISTENT" , "PREFETC ...
https://man.plustar.jp/php/pdo.getattribute.html - [similar]
MySQL サーバに接続する 3160
« expression mysql_xdevapi\BaseResult » PHP Manual Mysql_xdevapi 関数 MySQL サーバに接続する get ... 加の情報については、 » Command Options for Encrypted Connections を参照してください。 'auth' 属性については、次の値 ... 、デフォルト値10を使います。 関連事項として、 MYSQLX_CONNECTION_TIMEOUT (秒単位のタイムアウト) および、 MYSQLX_TES ... T_CONNECTION_TIMEOUT (テスト時に使います) 環境変数を、URI に co ... :password@host" ); } catch( Exception $e ) { die( "Connection could not be established: " . $e -> getMessage ()) ...
https://man.plustar.jp/php/function.mysql-xdevapi-getsession.html - [similar]
Execute a database command that reads on this server 3160
« MongoDB\Driver\Server::executeQuery MongoDB\Driver\Server::executeReadWriteCommand » PHP Manua ... efault to the corresponding value from the MongoDB Connection URI . 注意 : The "readPreference" option does not ... g the operation to a secondary (from a replica set connection, not standalone) or mongos node to ensure that the ... 以外の理由で失敗した場合に MongoDB\Driver\Exception\ConnectionException をスローします。 認証が必要な場面で認証に ...
https://man.plustar.jp/php/mongodb-driver-server.executereadcommand.html - [similar]
Explains the driver architecture, and special features 3160
« Application Performance Monitoring (APM) Architecture » PHP Manual MongoDB Explains the driver ... cial features Architecture — Architecture Overview Connections — Connection handling and persistence Persisting ...
https://man.plustar.jp/php/mongodb.architecture.html - [similar]
その他の関数 3138
« LuaSandboxTimeoutError はじめに » PHP Manual その他の基本モジュール その他の関数 その他の関数 ... 手順 実行時設定 リソース型 定義済み定数 その他の関数 connection_aborted — クライアントとの接続が切断されているかど ... うかを調べる connection_status — 接続ステータスのビットフィールドを返す co ...
https://man.plustar.jp/php/book.misc.html - [similar]