URL Functions

Function Returns Description
base64_decode(string) String Decodes the specified base64 string.
base64_encode(string) String Returns a base64 encoded string.
parse_url(URL) Array Breaks up the specified URL into an array.
urldecode(string) String Decodes the URL-encoded string.
urlencode(string) String URL encodes a string.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset