Functions§
- parse_
url - Extracts a part from a URL, throwing an error if an invalid URL is provided.
- try_
parse_ url - Same as parse_url but returns NULL if an invalid URL is provided.
- try_
url_ decode - Same as url_decode but returns NULL if an invalid URL-encoded string is provided
- url_
decode - Decodes a URL-encoded string in ‘application/x-www-form-urlencoded’ format to its original format.
- url_
encode - Encodes a string into a URL-encoded string in ‘application/x-www-form-urlencoded’ format.