useful recursive PHP functions

recursively ...

PHP Manual for

CXI. URL Functions

Introduction

Dealing with URL strings: encoding, decoding and parsing.

Requirements

No external libraries are needed to build this extension.

Installation

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

Runtime Configuration

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

Resource Types

This extension has no resource types defined.

Predefined Constants

This extension has no constants defined.

Table of Contents base64_decode -- Decodes data encoded with MIME base64base64_encode -- Encodes data with MIME base64get_meta_tags --  Extracts all meta tag content attributes from a file and returns an arrayhttp_build_query -- Generate URL-encoded query stringparse_url -- Parse a URL and return its componentsrawurldecode -- Decode URL-encoded stringsrawurlencode -- URL-encode according to RFC 1738urldecode -- Decodes URL-encoded stringurlencode -- URL-encodes string

© 2010 lixlpixel