CXI. URL Functions

Úvod

Dealing with URL strings: encoding, decoding and parsing.

Požiadavky

No external libraries are needed to build this extension.

Inštalácia

There is no installation needed to use these functions; they are part of the PHP core.

Konfigurácia behu

This extension has no configuration directives defined in php.ini.

Typy prostriedkov

This extension has no resource types defined.

Preddefinované konštanty

This extension has no constants defined.

Obsah
base64_decode -- Decodes data encoded with MIME base64
base64_encode -- Encodes data with MIME base64
get_meta_tags --  Extracts all meta tag content attributes from a file and returns an array
http_build_query -- Generate URL-encoded query string
parse_url -- Parse a URL and return its components
rawurldecode -- Decode URL-encoded strings
rawurlencode -- URL-encode according to RFC 1738
urldecode -- Decodes URL-encoded string
urlencode -- URL-encodes string