HTTP_Header
[ class tree: HTTP_Header ] [ index: HTTP_Header ] [ all elements ]

File: Header.php

Source Location: /HTTP_Header-1.2.1/HTTP/Header.php

Classes:

HTTP_Header
HTTP_Header

Page Details:

HTTP::Header

PHP versions 4 and 5

Includes:

require_once('HTTP.php') [line 23]
Requires HTTP

HTTP_HEADER_STATUS_100 [line 28]

HTTP_HEADER_STATUS_100 = '100 Continue'
Information Codes

[ Top ]



HTTP_HEADER_STATUS_101 [line 29]

HTTP_HEADER_STATUS_101 = '101 Switching Protocols'
Information Codes

[ Top ]



HTTP_HEADER_STATUS_102 [line 30]

HTTP_HEADER_STATUS_102 = '102 Processing'
Information Codes

[ Top ]



HTTP_HEADER_STATUS_200 [line 37]

HTTP_HEADER_STATUS_200 = '200 OK'
#+

Success Codes


[ Top ]



HTTP_HEADER_STATUS_201 [line 38]

HTTP_HEADER_STATUS_201 = '201 Created'

[ Top ]



HTTP_HEADER_STATUS_202 [line 39]

HTTP_HEADER_STATUS_202 = '202 Accepted'

[ Top ]



HTTP_HEADER_STATUS_203 [line 40]

HTTP_HEADER_STATUS_203 = '203 Non-Authoritative Information'

[ Top ]



HTTP_HEADER_STATUS_204 [line 41]

HTTP_HEADER_STATUS_204 = '204 No Content'

[ Top ]



HTTP_HEADER_STATUS_205 [line 42]

HTTP_HEADER_STATUS_205 = '205 Reset Content'

[ Top ]



HTTP_HEADER_STATUS_206 [line 43]

HTTP_HEADER_STATUS_206 = '206 Partial Content'

[ Top ]



HTTP_HEADER_STATUS_207 [line 44]

HTTP_HEADER_STATUS_207 = '207 Multi-Status'

[ Top ]



HTTP_HEADER_STATUS_300 [line 51]

HTTP_HEADER_STATUS_300 = '300 Multiple Choices'
Redirection Codes

[ Top ]



HTTP_HEADER_STATUS_301 [line 52]

HTTP_HEADER_STATUS_301 = '301 Moved Permanently'
Redirection Codes

[ Top ]



HTTP_HEADER_STATUS_302 [line 53]

HTTP_HEADER_STATUS_302 = '302 Found'
Redirection Codes

[ Top ]



HTTP_HEADER_STATUS_303 [line 54]

HTTP_HEADER_STATUS_303 = '303 See Other'
Redirection Codes

[ Top ]



HTTP_HEADER_STATUS_304 [line 55]

HTTP_HEADER_STATUS_304 = '304 Not Modified'
Redirection Codes

[ Top ]



HTTP_HEADER_STATUS_305 [line 56]

HTTP_HEADER_STATUS_305 = '305 Use Proxy'
Redirection Codes

[ Top ]



HTTP_HEADER_STATUS_306 [line 57]

HTTP_HEADER_STATUS_306 = '306 (Unused)'
Redirection Codes

[ Top ]



HTTP_HEADER_STATUS_307 [line 58]

HTTP_HEADER_STATUS_307 = '307 Temporary Redirect'
Redirection Codes

[ Top ]



HTTP_HEADER_STATUS_400 [line 65]

HTTP_HEADER_STATUS_400 = '400 Bad Request'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_401 [line 66]

HTTP_HEADER_STATUS_401 = '401 Unauthorized'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_402 [line 67]

HTTP_HEADER_STATUS_402 = '402 Payment Granted'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_403 [line 68]

HTTP_HEADER_STATUS_403 = '403 Forbidden'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_404 [line 69]

HTTP_HEADER_STATUS_404 = '404 File Not Found'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_405 [line 70]

HTTP_HEADER_STATUS_405 = '405 Method Not Allowed'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_406 [line 71]

HTTP_HEADER_STATUS_406 = '406 Not Acceptable'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_407 [line 72]

HTTP_HEADER_STATUS_407 = '407 Proxy Authentication Required'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_408 [line 73]

HTTP_HEADER_STATUS_408 = '408 Request Time-out'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_409 [line 74]

HTTP_HEADER_STATUS_409 = '409 Conflict'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_410 [line 75]

HTTP_HEADER_STATUS_410 = '410 Gone'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_411 [line 76]

HTTP_HEADER_STATUS_411 = '411 Length Required'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_412 [line 77]

HTTP_HEADER_STATUS_412 = '412 Precondition Failed'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_413 [line 78]

HTTP_HEADER_STATUS_413 = '413 Request Entity Too Large'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_414 [line 79]

HTTP_HEADER_STATUS_414 = '414 Request-URI Too Large'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_415 [line 80]

HTTP_HEADER_STATUS_415 = '415 Unsupported Media Type'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_416 [line 81]

HTTP_HEADER_STATUS_416 = '416 Requested range not satisfiable'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_417 [line 82]

HTTP_HEADER_STATUS_417 = '417 Expectation Failed'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_422 [line 83]

HTTP_HEADER_STATUS_422 = '422 Unprocessable Entity'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_423 [line 84]

HTTP_HEADER_STATUS_423 = '423 Locked'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_424 [line 85]

HTTP_HEADER_STATUS_424 = '424 Failed Dependency'
Error Codes

[ Top ]



HTTP_HEADER_STATUS_500 [line 92]

HTTP_HEADER_STATUS_500 = '500 Internal Server Error'
Server Errors

[ Top ]



HTTP_HEADER_STATUS_501 [line 93]

HTTP_HEADER_STATUS_501 = '501 Not Implemented'
Server Errors

[ Top ]



HTTP_HEADER_STATUS_502 [line 94]

HTTP_HEADER_STATUS_502 = '502 Bad Gateway'
Server Errors

[ Top ]



HTTP_HEADER_STATUS_503 [line 95]

HTTP_HEADER_STATUS_503 = '503 Service Unavailable'
Server Errors

[ Top ]



HTTP_HEADER_STATUS_504 [line 96]

HTTP_HEADER_STATUS_504 = '504 Gateway Time-out'
Server Errors

[ Top ]



HTTP_HEADER_STATUS_505 [line 97]

HTTP_HEADER_STATUS_505 = '505 HTTP Version not supported'
Server Errors

[ Top ]



HTTP_HEADER_STATUS_507 [line 98]

HTTP_HEADER_STATUS_507 = '507 Insufficient Storage'
Server Errors

[ Top ]



HTTP_HEADER_STATUS_CLIENT_ERROR [line 86]

HTTP_HEADER_STATUS_CLIENT_ERROR = 4
Error Codes

[ Top ]



HTTP_HEADER_STATUS_INFORMATIONAL [line 31]

HTTP_HEADER_STATUS_INFORMATIONAL = 1
Information Codes

[ Top ]



HTTP_HEADER_STATUS_REDIRECT [line 59]

HTTP_HEADER_STATUS_REDIRECT = 3
Redirection Codes

[ Top ]



HTTP_HEADER_STATUS_SERVER_ERROR [line 99]

HTTP_HEADER_STATUS_SERVER_ERROR = 5
Server Errors

[ Top ]



HTTP_HEADER_STATUS_SUCCESSFUL [line 45]

HTTP_HEADER_STATUS_SUCCESSFUL = 2

[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:40:11 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.