コード例 #1
0
ファイル: ResponseTest.php プロジェクト: RunnerLee/http
 public function testErrorResponse()
 {
     $response = new Response('demo', 403);
     print_r($response->getStatusText());
 }