Results of 1 - 10 of about 27 for agent (0.013 sec.)
- SSH の認証を、ssh agent を使って行う 15684
- « SSH2 関数 ssh2_auth_hostbased_file » PHP Manual SSH2 関数 SSH の認証を、ssh agent を使って行う
...
ssh2_auth_agent (PECL ssh2 >= 0.12) ssh2_auth_agent — SSH の認証を ...
、ssh agent を使って行う 説明 ssh2_auth_agent ( resource $sess ...
ion , string $username ): bool SSH の認証を、ssh agent を使って行います。 注意 : ssh2_auth_agent() 関数が ...
e を、失敗した場合に false を返します。 例 例1 ssh agent による認証 <?php $connection = ssh2_connect ( 'she ...
-
https://man.plustar.jp/php/function.ssh2-auth-agent.html
- [similar]
- CURL コンテキストオプションの一覧 9809
- « SSL コンテキストオプション Phar コンテキストオプション » PHP Manual コンテキストオプションとパ
...
に送信する追加のヘッダ。このオプションの値は ( User-agent: や Host: 、 Authentication: といった) 他の値を上書 ...
きします。 user_agent string User-Agent: ヘッダで送信する値。 デフォルト ...
では、 php.ini の user_agent の設定内容を使用します。 content string ヘッダの後 ...
コンテキスト , 一覧 , オプション , string , 送信 , agent , ヘッダ , データ , user , verify ...
-
https://man.plustar.jp/php/context.curl.html
- [similar]
- HTTP コンテキストオプションの一覧 9397
- « ソケットコンテキストオプション FTP コンテキストオプション » PHP Manual コンテキストオプションと
...
エストに付加されるヘッダ。ここで指定した値が ( User-agent: 、 Host: 、 および Authentication: などの) 他の値 ...
Host: ヘッダを設定することはお勧めしません。 user_agent string User-Agent: ヘッダとして送信する値。上で説明 ...
した header オプションで user-agent が 定義されて いない 場合のみ使用されます。 デフォ ...
ルトでは、 php.ini の user_agent の設定内容を使用します。 content string ヘッダの後 ...
-
https://man.plustar.jp/php/context.http.html
- [similar]
- 実用的な例 9397
- « PHP を使用する初めてのページ フォームの処理 » PHP Manual 簡易チュートリアル 実用的な例 実用的な
...
ブラウザが HTTP リクエストの一部として送信した user agent 文字列を調べます。 この情報は、 変数 に保存されてい ...
ります。 ここで使用する変数は、 $_SERVER['HTTP_USER_AGENT'] です。 注意 : $_SERVER は、 Web サーバー関連情報 ...
出力する (配列要素) <?php echo $_SERVER [ 'HTTP_USER_AGENT' ]; ?> このスクリプトの出力例は以下のようになります ...
の使用例 <?php if ( strpos ( $_SERVER [ 'HTTP_USER_AGENT' ], 'MSIE' ) !== false ) { echo 'あなたはInternet ...
-
https://man.plustar.jp/php/tutorial.useful.html
- [similar]
- SSH2 関数 9183
- « 定義済み定数 ssh2_auth_agent » PHP Manual SSH2 SSH2 関数 SSH2 関数 目次 ssh2_auth_agent — SSH
...
の認証を、ssh agent を使って行う ssh2_auth_hostbased_file — ホスト公開 ...
, リモート , auth , サーバー , publickey , 接続 , agent , 経由 ...
-
https://man.plustar.jp/php/ref.ssh2.html
- [similar]
- ユーザーのブラウザの機能を取得する 8854
- « exit __halt_compiler » PHP Manual その他の関数 ユーザーのブラウザの機能を取得する get_browser
...
ザの機能を取得する 説明 get_browser ( ? string $user_agent = null , bool $return_array = false ): object | ar ...
ウザ情報を調べることにより行います。 パラメータ user_agent 処理するユーザーエージェント。デフォルトでは、HTTP ...
の User-Agent ヘッダの内容を使用します。しかし、このパラメータを ...
いての全情報の一覧 <?php echo $_SERVER [ 'HTTP_USER_AGENT' ] . "\n\n" ; $browser = get_browser ( null , true ...
-
https://man.plustar.jp/php/function.get-browser.html
- [similar]
- 次のlibxmlドキュメントの読込/書きこみのためにストリームコンテキストを設定する 8377
- « libxml_set_external_entity_loader libxml_use_internal_errors » PHP Manual libxml 関数 次のlibx
...
) の例 <?php $opts = array( 'http' => array( 'user_agent' => 'PHP libxml agent' , ) ); $context = stream_co ...
-
https://man.plustar.jp/php/function.libxml-set-streams-context.html
- [similar]
- libcurl セッションハンドルのすべてのオプションをリセットする 8229
- « curl_pause curl_setopt_array » PHP Manual cURL 関数 libcurl セッションハンドルのすべてのオプシ
...
ンドルを作ります $ch = curl_init (); // CURLOPT_USERAGENT オプションを設定します curl_setopt ( $ch , CURLOPT ...
_USERAGENT , "My test user-agent" ); // これまでに設定されたす ...
com/' ); curl_exec ( $ch ); // 事前に設定した user-agent は送信されません。curl_reset で初期化されたからです ...
-
https://man.plustar.jp/php/function.curl-reset.html
- [similar]
- Secure Shell2 8031
- « AddressInfo はじめに » PHP Manual その他のサービス Secure Shell2 Secure Shell2 はじめに インス
...
行時設定 リソース型 定義済み定数 SSH2 関数 ssh2_auth_agent — SSH の認証を、ssh agent を使って行う ssh2_auth_h ...
-
https://man.plustar.jp/php/book.ssh2.html
- [similar]
- SoapClient クラス 7965
- « use_soap_error_handler SoapClient::__call » PHP Manual SOAP SoapClient クラス SoapClient クラス
...
_stream_context = null ; private ? string $ _user_agent = null ; private bool $ _keep_alive = true ; priva ...
ethod _stream_context _use_digest _use_proxy _user_agent compression httpsocket httpurl location sdl style ...
-
https://man.plustar.jp/php/class.soapclient.html
- [similar]