CII. URL Functions

Introduction

Dealing with URL strings: encoding, decoding and parsing.

Requirements

These functions are available as part of the standard module, which is always available.

Installation

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

Runtime Configuration

Tämä laajennus ei määrittele yhtäkään konfigurointi asetusta.

Resource Types

Tämä laajennus ei määrittele yhtäkään resurssi-tyyppiä.

Predefined Constants

Tämä laajennus ei määrittele yhtäkään vakiota.

Sisällys
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
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