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

Element index for package HTTP

[ a ] [ d ] [ h ] [ n ] [ r ]

a

absoluteURI
in file HTTP.php, method HTTP::absoluteURI()
    This function returns the absolute URI for the partial URL passed.
top

d

Date
in file HTTP.php, method HTTP::Date()
    Formats a RFC compliant GMT date HTTP header. This function honors the "y2k_compliance" php.ini directive and formats the GMT date corresponding to either RFC850 or RFC822.
top

h

head
in file HTTP.php, method HTTP::head()
    Sends a "HEAD" HTTP command to a server and returns the headers as an associative array.
HTTP
in file HTTP.php, class HTTP
    Miscellaneous HTTP Utilities
HTTP.php
procedural page HTTP.php
top

n

negotiateCharset
in file HTTP.php, method HTTP::negotiateCharset()
    Negotiates charset with the user's browser through the Accept-Charset HTTP header.
negotiateLanguage
in file HTTP.php, method HTTP::negotiateLanguage()
    Negotiates language with the user's browser through the Accept-Language
negotiateMimeType
in file HTTP.php, method HTTP::negotiateMimeType()
    Negotiates content type with the user's browser through the Accept HTTP header.
top

r

raiseError
in file HTTP.php, method HTTP::raiseError()
    Raise Error
redirect
in file HTTP.php, method HTTP::redirect()
    This function redirects the client. This is done by issuing a "Location" header and exiting if wanted. If you set $rfc2616 to true HTTP will output a hypertext note with the location of the redirect.
top

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