検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 254 for host (0.041 sec.)
HTTP コンテキストオプションの一覧 4529
« ソケットコンテキストオプション FTP コンテキストオプション » PHP Manual コンテキストオプションと ... 加されるヘッダ。ここで指定した値が ( User-agent: 、 Host: 、 および Authentication: などの) 他の値を上書きす ... よって、 follow_location が有効になっている場合、 Host: ヘッダを設定することはお勧めしません。 user_agent ...
https://man.plustar.jp/php/context.http.html - [similar]
Oracle データベースに接続する 4529
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect ... ます。Oracle 10 g の Easy Connect 文字列の形式は [//]host_name[:port][/service_name] です。Oracle 11 g 以降の ... 場合は、この構文は [//]host_name[:port][/service_name][:server_type][/instance ... 使った基本的な oci_connect() の使用例 <?php // "localhost" マシン上の XE サービス(例えばデータベース)に接続し ... す。 $conn = oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ); if (! $conn ) { $e = oci_error (); trigger_ ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
SSH サーバーに接続する 4529
« ssh2_auth_pubkey_file ssh2_disconnect » PHP Manual SSH2 関数 SSH サーバーに接続する ssh2_conne ... SSH サーバーに接続する 説明 ssh2_connect ( string $host , int $port = 22 , array $methods = ? , array $cal ... ードもしくは公開鍵を使用して認証します。 パラメータ host port methods methods は以下に示された4つのパラメー ... p14-sha1 および diffie-hellman-group-exchange-sha1 hostkey 通知するホスト鍵メソッドのリスト。優先する順にカ ...
https://man.plustar.jp/php/function.ssh2-connect.html - [similar]
Add a list of job servers to the client 4529
« GearmanClient::addServer GearmanClient::addTask » PHP Manual GearmanClient Add a list of job s ... of servers, each server specified in the format ' host:port '. 戻り値 成功した場合に true を、失敗した場合 ...
https://man.plustar.jp/php/gearmanclient.addservers.html - [similar]
エラーおよびエラー処理 4529
« プリペアドステートメントおよびストアドプロシージャ ラージオブジェクト (LOB) » PHP Manual PDO エ ... エラーモードの設定 <?php $dsn = 'mysql:dbname=testdb;host=127.0.0.1' ; $user = 'dbuser' ; $password = 'dbpas ... のエラーモードの設定 <?php $dsn = 'mysql:dbname=test;host=127.0.0.1' ; $user = 'googleguy' ; $password = 'go ...
https://man.plustar.jp/php/pdo.error-handling.html - [similar]
サーバー情報および実行時の環境情報 4529
« $GLOBALS $_GET » PHP Manual 定義済の変数 サーバー情報および実行時の環境情報 $_SERVER (PHP 4 >= ... ッダが もしあればその内容。例: ' Keep-Alive ' ' HTTP_HOST ' 現在のリクエストに Host: ヘッダが もしあればその ... 在ページをみているユーザーの IP アドレス。 ' REMOTE_HOST ' 現在のページにアクセスしているホスト名。DNS の逆 ... 設定されている必要があります。 例えば Apache の場合 HostnameLookups On が httpd.conf に設定されていなければ ... この値は生成されません。 gethostbyaddr() もご覧ください。 ' REMOTE_PORT ' ユーザーの ...
https://man.plustar.jp/php/reserved.variables.server.html - [similar]
リソース型の一覧 4529
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... mysql_select_db() , mysql_tablename() , mysql_get_host_info() , mysql_get_proto_info() , mysql_get_server ... mysql_select_db() , mysql_tablename() , mysql_get_host_info() , mysql_get_proto_info() , mysql_get_server ... g_lo_import() , pg_lo_open() , pg_lo_unlink() , pg_host() , pg_port() , pg_dbname() , pg_options() , pg_co ... g_lo_import() , pg_lo_open() , pg_lo_unlink() , pg_host() , pg_port() , pg_dbname() , pg_options() , pg_co ...
https://man.plustar.jp/php/resource.html - [similar]
定義済み定数 4529
« リソース型 例 » PHP Manual Varnish 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... t ) VARNISH_CONFIG_IDENT ( string ) VARNISH_CONFIG_HOST ( string ) VARNISH_CONFIG_PORT ( string ) VARNISH_ ...
https://man.plustar.jp/php/varnish.constants.html - [similar]
基本的な VarnishAdmin の使用法 4529
« 例 基本的な VarnishStat の使用法 » PHP Manual 例 基本的な VarnishAdmin の使用法 基本的な Varni ... URL を禁止する <?php $args = array( VARNISH_CONFIG_HOST => "::1" , VARNISH_CONFIG_PORT => 6082 , VARNISH_C ...
https://man.plustar.jp/php/varnish.example.admin.html - [similar]
Set calling contexts 4529
« Yar_Client::__construct Yar_Concurrent_Client » PHP Manual Yar_Client Set calling contexts Yar ... () example <?php $cient = new Yar_Client ( "http://host/api/" ); //Set timeout to 1s $client -> SetOpt ( Y ...
https://man.plustar.jp/php/yar-client.setopt.html - [similar]