<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.url.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'ref.url.php',
    1 => 'URL Функції',
    2 => 'URL Функції',
  ),
  'up' => 
  array (
    0 => 'book.url.php',
    1 => 'URLs',
  ),
  'prev' => 
  array (
    0 => 'url.constants.php',
    1 => 'Попередньо визначені константи',
  ),
  'next' => 
  array (
    0 => 'function.base64-decode.php',
    1 => 'base64_decode',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/url/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.url.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.url" class="reference">
 <h1 class="title">URL Функції</h1>

 


















































<h2>Зміст</h2><ul class="chunklist chunklist_reference"><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> — Розкодовує рядок, який закодовано для URL</li><li><a href="function.urlencode.php">urlencode</a> — URL-encodes string</li></ul>
</div>
<?php manual_footer($setup); ?>