• PHP Video Tutorials

PHP - urls Functions



URLs deals with URL strings: encoding, decoding, and parsing.

Sr.No Function & Description
1

base64_decode() Function

This function can decode the data encoded with MIME base64.

2

base64_encode() Function

This function can encode the data with MIME base64.

3

get_headers() Function

This function can fetch all headers sent by the server in response to an HTTP request.

4

get_meta_tags() Function

This function can extract all meta tag content attributes from a file and can return an array.

5

http_build_query() Function

This function can generate a URL-encoded query string.

6

rawurldecode() Function

This function can decode a URL encoded strings.

7

rawurlencode() Function

This function is a URL encode according to RFC 3986.

8

urldecode() Function

This function can decode a URL encoded string.

9

urlencode() Function

This function is a URL-encodes string.

php_function_reference.htm
Advertisements