検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 542 for Http (0.015 sec.)
URL エンコードされた文字列をデコードする 3839
« curl_strerror curl_version » PHP Manual cURL 関数 URL エンコードされた文字列をデコードする cur ... ?php // curl ハンドルを作ります $ch = curl_init ( 'http://example.com/redirect.php' ); // HTTP リクエストを ... curl_getinfo ( $ch , CURLINFO_EFFECTIVE_URL ); // "http://example.com/show_location.php?loc=M%C3%BCnchen" ... oded = curl_unescape ( $ch , $effective_url ); // "http://example.com/show_location.php?loc=München" // ハ ...
https://man.plustar.jp/php/function.curl-unescape.html - [similar]
notification コンテキストパラメータ用のコールバック関数 3839
« stream_isatty stream_register_wrapper » PHP Manual ストリーム 関数 notification コンテキストパ ... am_notification_callback" )); file_get_contents ( "http://php.net/contact" , false , $ctx ); ?> 上の例の出 ... ype: text/html; charset=utf-8 Being redirected to: http://no.php.net/contact Connected... Got the filesize ... ype: text/html; charset=utf-8 Being redirected to: http://no.php.net/contact.php Connected... Got the file ... ( $argv ) { echo "Usage:\n" ; printf ( "\tphp %s <http://example.com/file> <localfile>\n" , $argv [ 0 ]); ...
https://man.plustar.jp/php/function.stream-notification-callback.html - [similar]
oauth リクエストをチェックする 3839
« OAuthProvider::calltokenHandler OAuthProvider::__construct » PHP Manual OAuthProvider oauth リ ... オプションの URI 、あるいはエンドポイント。 method HTTP メソッド。 OAUTH_HTTP_METHOD_* OAuth 定数 のいずれ ... ンで渡します。 戻り値 値を返しません。 エラー / 例外 HTTP メソッドを検出できない場合には E_ERROR レベルのエラ ...
https://man.plustar.jp/php/oauthprovider.checkoauthrequest.html - [similar]
Apache 関数 3839
« 定義済み定数 apache_child_terminate » PHP Manual Apache Apache 関数 Apache 関数 目次 apache_ch ... )を取得/設定する apache_request_headers — すべての HTTP リクエストヘッダを取得する apache_response_headers ...HTTPレスポンスヘッダを全て取得する apache_setenv — Apach ... ブプロセスの環境変数を設定する getallheaders — 全てのHTTPリクエストヘッダを取得する virtual — Apache サブリク ...
https://man.plustar.jp/php/ref.apache.html - [similar]
実用的な例 3839
« PHP を使用する初めてのページ フォームの処理 » PHP Manual 簡易チュートリアル 実用的な例 実用的な ... 種類を確認してみます。 これを行なうには、ブラウザが HTTP リクエストの一部として送信した user agent 文字列を ... 記号で始まります。 ここで使用する変数は、 $_SERVER['HTTP_USER_AGENT'] です。 注意 : $_SERVER は、 Web サーバ ... 1 変数を出力する (配列要素) <?php echo $_SERVER [ 'HTTP_USER_AGENT' ]; ?> このスクリプトの出力例は以下のよ ... および 関数 の使用例 <?php if ( strpos ( $_SERVER [ 'HTTP_USER_AGENT' ], 'MSIE' ) !== false ) { echo 'あなた ...
https://man.plustar.jp/php/tutorial.useful.html - [similar]
The EventHttpConnection class 3823
« EventHttp::setTimeout EventHttpConnection::__construct » PHP Manual Event The EventHttpConnect ... ion class The EventHttpConnection class (PECL event >= 1.4.0-beta) はじめに ... Represents an HTTP connection. クラス概要 class EventHttpConnection { ... ess , int &$port ): void public makeRequest ( EventHttpRequest $req , int $type , string $uri ): bool publ ... blic setTimeout ( int $timeout ): void } 目次 EventHttpConnection::__construct — Constructs EventHttpConne ...
https://man.plustar.jp/php/class.eventhttpconnection.html - [similar]
Sets default callback to handle requests that are not caught by specific callbac... 3823
« EventHttp::setCallback EventHttp::setMaxBodySize » PHP Manual EventHttp Sets default callback ... sts that are not caught by specific callbacks EventHttp::setDefaultCallback (PECL event >= 1.4.0-beta) Eve ... ntHttp::setDefaultCallback — Sets default callback to han ... not caught by specific callbacks 説明 public EventHttp::setDefaultCallback ( string $cb , string $arg = ? ... uld match the following prototype: callback ( EventHttpRequest $req = NULL , mixed $arg = NULL ): void req ...
https://man.plustar.jp/php/eventhttp.setdefaultcallback.html - [similar]
送信した (もしくは送信される予定の) レスポンスヘッダの一覧を返す 3823
« header headers_sent » PHP Manual ネットワーク 関数 送信した (もしくは送信される予定の) レスポン ... が既に送信されているかどうかを調べる header() - 生の HTTP ヘッダを送信する setcookie() - クッキーを送信する ... apache_response_headers() - HTTPレスポンスヘッダを全て取得する http_response_code() ... - HTTP レスポンスコードを取得または設定 関連キーワード: 送 ...
https://man.plustar.jp/php/function.headers-list.html - [similar]
HTTP POST でアップロードされたファイルかどうかを調べる 3823
« is_readable is_writable » PHP Manual ファイルシステム 関数 HTTP POST でアップロードされたファイ ... >= 4.0.3, PHP 5, PHP 7, PHP 8) is_uploaded_file — HTTP POST でアップロードされたファイルかどうかを調べる ... $filename ): bool filename という名前のファイルが HTTP POST によりアップロードされたものである場合に true ...
https://man.plustar.jp/php/function.is-uploaded-file.html - [similar]
SoapHeader コンストラクタ 3823
« SoapHeader SoapParam » PHP Manual SoapHeader SoapHeader コンストラクタ SoapHeader::__construct ... nt = new SoapClient ( null , array( 'location' => "http://localhost/soap.php" , 'uri' => "http://test-uri/ ... all ( "echoVoid" , null , null , new SoapHeader ( 'http://soapinterop.org/echoheader/' , 'echoMeStringRequ ...
https://man.plustar.jp/php/soapheader.construct.html - [similar]