URL Functions
URL Functions:
Some of the functions that are handling the URLs are
base64_decode
Decodes data encoded with MIME base64 base64_encode — Encodes data with MIME base64
parse_url
Parse a URL and return its components rawurldecode
URL Functions:
encoded strings
rawurlencode
URL-encode according to RFC1738
urldecode
Decodes URL-encoded string
urlencode
URL-encodes string
