[ Index ] |
PHP Cross Reference of WordPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Exception for 416 Requested Range Not Satisfiable responses 4 * 5 * @package Requests 6 */ 7 8 /** 9 * Exception for 416 Requested Range Not Satisfiable responses 10 * 11 * @package Requests 12 */ 13 class Requests_Exception_HTTP_416 extends Requests_Exception_HTTP { 14 /** 15 * HTTP status code 16 * 17 * @var integer 18 */ 19 protected $code = 416; 20 21 /** 22 * Reason phrase 23 * 24 * @var string 25 */ 26 protected $reason = 'Requested Range Not Satisfiable'; 27 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Dec 15 01:00:02 2022 | Cross-referenced by PHPXref 0.7.1 |