Ground Sunlight

Windowsで作る - PHPプログラミングの開発環境

ユーザ用ツール

サイト用ツール


psr:psr18

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
psr:psr18 [2020/08/28 16:19]
y2sunlight [RequestExceptionInterface]
psr:psr18 [2020/09/01 11:55] (現在)
tanaka [PSR-18: HTTP Client]
行 1: 行 1:
-> 編集中 
- 
 ====== PSR-18: HTTP Client ====== ====== PSR-18: HTTP Client ======
  
行 24: 行 22:
   * [[psr:psr17|PSR-17: HTTP Factories - HTTPファクトリー]]    * [[psr:psr17|PSR-17: HTTP Factories - HTTPファクトリー]] 
   * PSR-18: HTTP Client - HTTPクライアント   * PSR-18: HTTP Client - HTTPクライアント
-  * [[psr:psr19|PSR-19: PHPDoc tags - PHPDocタグ]] +  * [[psr:psr19|PSR-19: PHPDoc tags(Draft) - PHPDocタグ]] 
  
 ----- -----
行 173: 行 171:
  
 /** /**
- * Thrown when the request cannot be completed because of network issues. 
  * ネットワークの問題のためにリクエストを完了できない場合にスローされます。  * ネットワークの問題のためにリクエストを完了できない場合にスローされます。
  *  *
- * There is no response object as this exception is thrown when no response has been received. 
  * この例外は、応答が受信されなかった場合にスローされるため、応答オブジェクトはありません。  * この例外は、応答が受信されなかった場合にスローされるため、応答オブジェクトはありません。
  *  *
- * Example: the target host name can not be resolved or the connection failed. 
  * 例:ターゲットホスト名を解決できないか、接続が失敗しました。  * 例:ターゲットホスト名を解決できないか、接続が失敗しました。
  */  */
行 186: 行 181:
     /**     /**
      * Returns the request.      * Returns the request.
-     * リクエストを返します。 
      *      *
-     * The request object MAY be a different object from the one passed to ClientInterface::sendRequest() 
      * リクエストオブジェクトは、ClientInterface::sendRequest()に渡されるオブジェクトとは      * リクエストオブジェクトは、ClientInterface::sendRequest()に渡されるオブジェクトとは
      * 異なるオブジェクトである可能性があります      * 異なるオブジェクトである可能性があります
行 199: 行 192:
  
 \\ \\
- 
  
psr/psr18.1598599186.txt.gz · 最終更新: 2020/08/28 16:19 by y2sunlight