<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.basic.other.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'book.url.php',
    1 => 'URLs',
    2 => 'URLs',
  ),
  'up' => 
  array (
    0 => 'refs.basic.other.php',
    1 => 'Other Basic Extensions',
  ),
  'prev' => 
  array (
    0 => 'enum.uri-whatwg-urlvalidationerrortype.php',
    1 => 'Uri\\WhatWg\\UrlValidationErrorType',
  ),
  'next' => 
  array (
    0 => 'url.constants.php',
    1 => 'Predefined Constants',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/url/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.url.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.url" class="book">
 
 <h1 class="title">URLs</h1>
 

 <div id="intro.url" class="preface">
  <h1 class="title">Introduction</h1>
  <p class="para">
   Dealing with URL strings: encoding, decoding and parsing.
  </p>
 </div>

 





 







<ul class="chunklist chunklist_book"><li><a href="url.constants.php">Predefined Constants</a></li><li><a href="ref.url.php">URL Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.base64-decode.php">base64_decode</a> — Decodes data encoded with MIME base64</li><li><a href="function.base64-encode.php">base64_encode</a> — Encodes data with MIME base64</li><li><a href="function.get-headers.php">get_headers</a> — Fetches all the headers sent by the server in response to an HTTP request</li><li><a href="function.get-meta-tags.php">get_meta_tags</a> — Extracts all meta tag content attributes from a file and returns an array</li><li><a href="function.http-build-query.php">http_build_query</a> — Generate URL-encoded query string</li><li><a href="function.parse-url.php">parse_url</a> — Parse a URL and return its components</li><li><a href="function.rawurldecode.php">rawurldecode</a> — Decode URL-encoded strings</li><li><a href="function.rawurlencode.php">rawurlencode</a> — URL-encode according to RFC 3986</li><li><a href="function.urldecode.php">urldecode</a> — Decodes URL-encoded string</li><li><a href="function.urlencode.php">urlencode</a> — URL-encodes string</li></ul></li></ul></div><?php manual_footer($setup); ?>