base64_decode PHP 3.0

string base64_decode(string str)

 

Decodes string using MIME base64 algorithm.

base64_encode PHP 3.0

string base64_encode(string str)

 

Encodes string using MIME base64 algorithm.

parse_url PHP 3.0

array parse_url(string url)

 

Parses a URL and returns its components.

rawurldecode PHP 3.0

string rawurldecode(string str)

 

Decodes a URL-encoded string.

urldecode PHP 3.0

string urldecode(string str)

 

Decodes URL-encoded string.

urlencode PHP 3.0

string urlencode(string str)

 

URL-encodes a string.