class HttpUtil (View source)

Methods

static 
date(mixed $timestamp)

No description

static 
buildUrl(mixed $url, mixed $parts, mixed $flags, mixed $composed)

No description

static 
buildStr(mixed $query, mixed $prefix, mixed $arg_sep)

No description

static 
negotiateLanguage(mixed $supported, mixed $result)

No description

static 
negotiateCharset(mixed $supported, mixed $result)

No description

static 
negotiateContentType(mixed $supported, mixed $result)

No description

static 
matchModified(mixed $last_modified, mixed $for_range)

No description

static 
matchEtag(mixed $plain_etag, mixed $for_range)

No description

static 
matchRequestHeader(mixed $header_name, mixed $header_value, mixed $case_sensitive)

No description

static 
parseMessage(mixed $message_string)

No description

static 
parseHeaders(mixed $headers_string)

No description

static 
parseCookie(mixed $cookie_string)

No description

static 
buildCookie(mixed $cookie_array)

No description

static 
parseParams(mixed $param_string, mixed $flags)

No description

static 
chunkedDecode(mixed $encoded_string)

No description

static 
deflate(mixed $plain, mixed $flags)

No description

static 
inflate(mixed $encoded)

No description

static 
support(mixed $feature)

No description

Details

static date(mixed $timestamp)

No description

Parameters

mixed $timestamp [optional]

static buildUrl(mixed $url, mixed $parts, mixed $flags, mixed $composed)

No description

Parameters

mixed $url
mixed $parts [optional]
mixed $flags [optional]
mixed $composed [optional]

static buildStr(mixed $query, mixed $prefix, mixed $arg_sep)

No description

Parameters

mixed $query
mixed $prefix [optional]
mixed $arg_sep [optional]

static negotiateLanguage(mixed $supported, mixed $result)

No description

Parameters

mixed $supported
mixed $result [optional]

static negotiateCharset(mixed $supported, mixed $result)

No description

Parameters

mixed $supported
mixed $result [optional]

static negotiateContentType(mixed $supported, mixed $result)

No description

Parameters

mixed $supported
mixed $result [optional]

static matchModified(mixed $last_modified, mixed $for_range)

No description

Parameters

mixed $last_modified
mixed $for_range [optional]

static matchEtag(mixed $plain_etag, mixed $for_range)

No description

Parameters

mixed $plain_etag
mixed $for_range [optional]

static matchRequestHeader(mixed $header_name, mixed $header_value, mixed $case_sensitive)

No description

Parameters

mixed $header_name
mixed $header_value
mixed $case_sensitive [optional]

static parseMessage(mixed $message_string)

No description

Parameters

mixed $message_string

static parseHeaders(mixed $headers_string)

No description

Parameters

mixed $headers_string

static parseCookie(mixed $cookie_string)

No description

Parameters

mixed $cookie_string

static buildCookie(mixed $cookie_array)

No description

Parameters

mixed $cookie_array

static parseParams(mixed $param_string, mixed $flags)

No description

Parameters

mixed $param_string
mixed $flags [optional]

static chunkedDecode(mixed $encoded_string)

No description

Parameters

mixed $encoded_string

static deflate(mixed $plain, mixed $flags)

No description

Parameters

mixed $plain
mixed $flags [optional]

static inflate(mixed $encoded)

No description

Parameters

mixed $encoded

static support(mixed $feature)

No description

Parameters

mixed $feature [optional]