NAME ^

php_url.pir - PHP url Standard Library

DESCRIPTION ^

Functions ^

array get_headers(string url[, int format])

fetches all the headers sent by the server in response to a HTTP request

NOT IMPLEMENTED.

mixed parse_url(string url, [int url_component])

Parse a URL and return its components

NOT IMPLEMENTED.

string rawurldecode(string str)

Decodes URL-encodes string

NOT IMPLEMENTED.

string rawurlencode(string str)

URL-encodes string

NOT IMPLEMENTED.

string urldecode(string str)

Decodes URL-encoded string

NOT IMPLEMENTED.

string urlencode(string str)

URL-encodes string

NOT IMPLEMENTED.


parrot