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 requestNOT IMPLEMENTED.
mixed parse_url(string url, [int url_component])
Parse a URL and return its componentsNOT IMPLEMENTED.
string rawurldecode(string str)
Decodes URL-encodes stringNOT IMPLEMENTED.
string rawurlencode(string str)
URL-encodes stringNOT IMPLEMENTED.
string urldecode(string str)
Decodes URL-encoded stringNOT IMPLEMENTED.
string urlencode(string str)
URL-encodes stringNOT IMPLEMENTED.


parrot