検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 542 for Http (0.008 sec.)
Closes associated HTTP connection 4371
« EventHttpRequest::clearHeaders EventHttpRequest::__construct » PHP Manual EventHttpRequest Clo ... ses associated HTTP connection EventHttpRequest::closeConnection (PECL ... event >= 1.8.0) EventHttpRequest::closeConnection — Closes associated HTTP c ... onnection 説明 public EventHttpRequest::closeConnection (): void Closes HTTP conne ... キーワード: Closes , associated , connection , EventHttpRequest , closeConnection , パラメータ , clearHeade ...
https://man.plustar.jp/php/eventhttprequest.closeconnection.html - [similar]
OAuth クラス 4355
« oauth_urlencode OAuth::__construct » PHP Manual OAuth OAuth クラス OAuth クラス (PECL OAuth >= ... ためのシンプルなインターフェイスを提供します。 OAuth HTTP 仕様を用いることで、プライベートなリソースを保護し ... source_url , array $extra_parameters = ? , string $http_method = ? , array $http_headers = ? ): mixed publ ... ic generateSignature ( string $http_method , string $url , mixed $extra_parameters = ? ... s_token_url , string $verifier_token = ? , string $http_method = ? ): array public getCAPath (): array pub ...
https://man.plustar.jp/php/class.oauth.html - [similar]
URL を解釈し、その構成要素を返す 4355
« http_build_query rawurldecode » PHP Manual URL 関数 URL を解釈し、その構成要素を返す parse_url ... れる可能性のある要素は次のとおりです。 scheme - 例: http host port user pass path query - クエスチョンマーク ... ないことと値が空であることを以下のように区別します: http://example.com/foo → query = null, fragment = null ... p://example.com/foo? → query = "", fragment = null http://example.com/foo# → query = null, fragment = "" h ... になりました。 例 例1 parse_url() の例 <?php $url = 'http://username:password@hostname:9090/path?arg=value#a ...
https://man.plustar.jp/php/function.parse-url.html - [similar]
言語リファレンス 4332
« 設定を変更するには 基本的な構文 » PHP Manual 言語リファレンス 言語リファレンス 基本的な構文 PH ... ERVER — サーバー情報および実行時の環境情報 $_GET — HTTP GET 変数 $_POST — HTTP POST 変数 $_FILES — HTTP... ァイルアップロード変数 $_REQUEST — HTTP リクエスト変数 $_SESSION — セッション変数 $_ENV — ... 環境変数 $_COOKIE — HTTP クッキー $php_errormsg — 直近のエラーメッセージ $h ... ttp_response_header — HTTP レスポンスヘッダ $argc — スクリプトに渡された引数の ...
https://man.plustar.jp/php/langref.html - [similar]
その他の基本モジュール 4294
« SyncSharedMemory::write GeoIP » PHP Manual 関数リファレンス その他の基本モジュール その他の基本 ... oole\Exception — The Swoole\Exception class Swoole\Http\Client — The Swoole\Http\Client class Swoole\Http\ ... Request — The Swoole\Http\Request class Swoole\Http\Response — The Swoole\Ht ... tp\Response class Swoole\Http\Server — The Swoole\Http\Server class Swoole\Lock ... Abstract — Yaf_Request_Abstract クラス Yaf_Request_Http — Yaf_Request_Http クラス Yaf_Request_Simple — Yaf ...
https://man.plustar.jp/php/refs.basic.other.html - [similar]
すべての HTTP リクエストヘッダを取得する 4278
« apache_note apache_response_headers » PHP Manual Apache 関数 すべての HTTP リクエストヘッダを取 ... 5, PHP 7, PHP 8) apache_request_headers — すべての HTTP リクエストヘッダを取得する 説明 apache_request_hea ... ders (): array 現在のリクエストにおけるすべての HTTP リクエストヘッダを取得します。 Apache, FastCGI, CL ... ありません。 戻り値 現在のリクエストにおけるすべての HTTP ヘッダの連想配列、 あるいは失敗時は false を返しま ... 使用してください。 参考 apache_response_headers() - HTTPレスポンスヘッダを全て取得する 関連キーワード: リクエ ...
https://man.plustar.jp/php/function.apache-request-headers.html - [similar]
内部文字エンコーディングを設定あるいは取得する 4255
« mb_http_output mb_language » PHP Manual マルチバイト文字列 関数 内部文字エンコーディングを設定 ... るいは取得します。 パラメータ encoding encoding は、HTTP 入力文字エンコーディング変換、 HTTP 出力文字エンコ ... グを表示 */ echo mb_internal_encoding (); ?> 参考 mb_http_input() - HTTP 入力文字エンコーディングを検出する ... mb_http_output() - HTTP 出力文字エンコーディングを設定ある ...
https://man.plustar.jp/php/function.mb-internal-encoding.html - [similar]
HTTP POST 変数 4255
« $_GET $_FILES » PHP Manual 定義済の変数 HTTP POST 変数 $_POST (PHP 4 >= 4.1.0, PHP 5, PHP 7, P ... HP 8) $_POST — HTTP POST 変数 説明 Content-Type に application/x-www-f ... m-urlencoded あるいは multipart/form-data を用いた HTTP リクエストで、 HTTP POST メソッドから現在のスクリプ ...
https://man.plustar.jp/php/reserved.variables.post.html - [similar]
ヘッダが既に送信されているかどうかを調べる 4216
« headers_list http_response_code » PHP Manual ネットワーク 関数 ヘッダが既に送信されているかどう ... ることはできません。 この関数を使うには、少なくとも HTTP ヘッダ関連のエラーを予防する必要があります。 あるい ... e 出力を開始した行番号。 戻り値 headers_sent() は、HTTP ヘッダがまだ送信されていない場合に false 、 そうで ... します if (! headers_sent ()) { header ( 'Location: http://www.example.com/' ); exit; } // オプションのfile ... nt ( $filename , $linenum )) { header ( 'Location: http://www.example.com/' ); exit; // おそらく、ここでエ ...
https://man.plustar.jp/php/function.headers-sent.html - [similar]
Sets the what HTTP methods are supported in requests accepted by this server, an... 4201
« EventHttp::removeServerAlias EventHttp::setCallback » PHP Manual EventHttp Sets the what HTTP ... by this server, and passed to user callbacks EventHttp::setAllowedMethods (PECL event >= 1.4.0-beta) Even ... tHttp::setAllowedMethods — Sets the what HTTP methods ar ... ver, and passed to user callbacks 説明 public EventHttp::setAllowedMethods ( int $methods ): void Sets the ... what HTTP methods are supported in requests accepted by this ...
https://man.plustar.jp/php/eventhttp.setallowedmethods.html - [similar]