検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 542 for Http (0.021 sec.)
Set callback for connection close 4617
« EventHttpConnection::makeRequest EventHttpConnection::setLocalAddress » PHP Manual EventHttpCo ... nnection Set callback for connection close EventHttpConnection::setCloseCallback (PECL event >= 1.8.0) ... EventHttpConnection::setCloseCallback — Set callback for con ... nection close 説明 public EventHttpConnection::setCloseCallback ( callable $callback , ... uld match the following prototype: callback ( EventHttpConnection $conn = null , mixed $arg = null ): void ...
https://man.plustar.jp/php/eventhttpconnection.setclosecallback.html - [similar]
全てのHTTPリクエストヘッダを取得する 4617
« apache_setenv virtual » PHP Manual Apache 関数 全てのHTTPリクエストヘッダを取得する getallhead ... (PHP 4, PHP 5, PHP 7, PHP 8) getallheaders — 全てのHTTPリクエストヘッダを取得する 説明 getallheaders (): ar ... ray すべての HTTP ヘッダを現在のリクエストから取得します。 この関数は ... です。 この関数は、カレントのリクエストにおける全てのHTTPヘッダーを有する 連想配列を返します。この関数の動作に ... この関数にはパラメータはありません。 戻り値 全てのHTTPリクエストヘッダの連想配列、もしくは失敗時に false を ...
https://man.plustar.jp/php/function.getallheaders.html - [similar]
URL エンコードされたクエリ文字列を生成する 4617
« get_meta_tags parse_url » PHP Manual URL 関数 URL エンコードされたクエリ文字列を生成する http_ ... build_query (PHP 5, PHP 7, PHP 8) http_build_query — URL エンコードされたクエリ文字列を生 ... 成する 説明 http_build_query ( array | object $data , string $numer ... 戻り値 URL エンコードされた文字列を返します。 例 例1 http_build_query() の簡単な使用法 <?php $data = array( ... ' => null , 'php' => 'hypertext processor' ); echo http_build_query ( $data ) . "\n" ; echo http_build_que ...
https://man.plustar.jp/php/function.http-build-query.html - [similar]
Sets the IP address from which HTTP connections are made 4602
« EventHttpConnection::setCloseCallback EventHttpConnection::setLocalPort » PHP Manual EventHttp ... Connection Sets the IP address from which HTTP connections are made EventHttpConnection::setLocal ... Address (PECL event >= 1.2.6-beta) EventHttpConnection::setLocalAddress — Sets the IP address f ... rom which HTTP connections are made 説明 public EventHttpConnecti ... ng $address ): void Sets the IP address from which http connections are made. パラメータ address The IP ad ...
https://man.plustar.jp/php/eventhttpconnection.setlocaladdress.html - [similar]
定義済の変数 4602
« リファレンスの適用範囲 スーパーグローバル » PHP Manual 言語リファレンス 定義済の変数 定義済の変 ... 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/reserved.variables.html - [similar]
Description 4563
« Swoole\Coroutine\Client::set Swoole\Coroutine\Http\Client::close » PHP Manual Swoole\Coroutine ... Description Swoole\Coroutine\Http\Client::addFile (PECL swoole >= 2.0.0) Swoole\Coro ... utine\Http\Client::addFile — Description 説明 public Swoole\C ... oroutine\Http\Client::addFile (): ReturnType 警告 この関数は、 現 ... 関連キーワード: Description , Swoole , Coroutine , Http , addFile , 関数 , パラメータ , swoole , public , ...
https://man.plustar.jp/php/swoole-coroutine-http-client.addfile.html - [similar]
Description 4563
« Swoole\Coroutine\Http\Client::setHeaders Swoole\Coroutine\MySQL::close » PHP Manual Swoole\Cor ... outine Description Swoole\Coroutine\Http\Client::setMethod (PECL swoole >= 2.0.0) Swoole\Co ... routine\Http\Client::setMethod — Description 説明 public Swoole ... \Coroutine\Http\Client::setMethod (): ReturnType 警告 この関数は、 ... 関連キーワード: Description , Swoole , Coroutine , Http , setMethod , 関数 , パラメータ , setHeaders , swo ...
https://man.plustar.jp/php/swoole-coroutine-http-client.setmethod.html - [similar]
関連付けられた名前空間に新しい要素を作成する 4540
« DOMDocument::createElement DOMDocument::createEntityReference » PHP Manual DOMDocument 関連付け ... , 'utf-8' ); $element = $dom -> createElementNS ( 'http://www.example.com/XFoo' , 'xfoo:test' , 'This is t ... .0" encoding="iso-8859-1"?> <xfoo:test xmlns:xfoo="http://www.example.com/XFoo">This is the root element!< ... Output = true ; $root = $doc -> createElementNS ( 'http://www.w3.org/2005/Atom' , 'element' ); $doc -> app ... endChild ( $root ); $root -> setAttributeNS ( 'http://www.w3.org/2000/xmlns/' , 'xmlns:g' , 'http://ba ...
https://man.plustar.jp/php/domdocument.createelementns.html - [similar]
指定した伝送に関する情報を得る 4540
« curl_file_create curl_init » PHP Manual cURL 関数 指定した伝送に関する情報を得る curl_getinfo ... CURLINFO_EFFECTIVE_URL - 直近の有効な URL CURLINFO_HTTP_CODE - 最後に受け取った HTTP コード。cURL 7.10.8 以 ... EQUEST_SIZE - 発行されたリクエストのサイズ。現在は HTTP リクエストの場合のみ CURLINFO_SSL_VERIFYRESULT - C ... _RESPONSE_CODE - 直近のレスポンスコード。 CURLINFO_HTTP_CONNECTCODE - CONNECT のレスポンスコード。 CURLINF ... O_HTTPAUTH_AVAIL - 直前のレスポンスから判断する、利用可能 ...
https://man.plustar.jp/php/function.curl-getinfo.html - [similar]
サーバー情報および実行時の環境情報 4540
« $GLOBALS $_GET » PHP Manual 定義済の変数 サーバー情報および実行時の環境情報 $_SERVER (PHP 4 >= ... です。 ドキュメントルートから取得されます。 例えば、 http://example.com/foo/bar.php というアドレス上にあるス ... エストされた際のプロトコル名とバージョンです。 例.' HTTP/1.0 ' ' REQUEST_METHOD ' ページにアクセスする際に使 ... コンフィグレーションファイルで 定義されています。 ' HTTP_ACCEPT ' 現在のリクエストの Accept: ヘッダがもしあ ... れば その内容。 ' HTTP_ACCEPT_CHARSET ' 現在のリクエストの Accept-Charset ...
https://man.plustar.jp/php/reserved.variables.server.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT