PHP Knowledge

  • what is PHP

  • What is PHP class
  • Smarty PHP
  • PHP Calendar

  • PHP delete
  • PHP count

  • PHP Directory
  • php echo
  • php exec
  • PHP explode
  • PHP fopen

  • PHP Form
  • PHP get

  • PHP If
  • PHP list
  • php login
  • PHP LOOP
  • PHP Random
  • PHP Redirect
  • PHP replace
  • PHP session
  • PHP sort
  • PHP split
  • php substr
  • PHP Syntax
  • PHP time

  • PHP upload
  • php URL
  • PHP version
  • PHP Cookie
  • PHP Global
  • php LDAP
  • PHP list
  • php strip
  • PHP template
  • php PEAR
  • PHP md5
  • PHP ini
  • PHP FTP
  • More others

    Javascript
    CSS
    PHP

     

    PHP URL


    PHP URL Functions

    PHP URL Introduction

    Dealing with URL strings: encoding, decoding and parsing.

    PHP URL 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 base64

    base64_encode -- Encodes data with MIME base64

    get_headers -- Fetches all the headers sent by the server in response to a HTTP request

    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

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

  • Javascript |