<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.intl.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'ref.intl.idn.php',
    1 => 'IDN İşlevleri',
    2 => 'IDN İşlevleri',
  ),
  'up' => 
  array (
    0 => 'book.intl.php',
    1 => 'Intl',
  ),
  'prev' => 
  array (
    0 => 'function.grapheme-substr.php',
    1 => 'grapheme_substr',
  ),
  'next' => 
  array (
    0 => 'function.idn-to-ascii.php',
    1 => 'idn_to_ascii',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/intl/idn.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.intl.idn.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.intl.idn" class="reference">
 <h1 class="title">IDN İşlevleri</h1>
 











<h2>İçindekiler</h2><ul class="chunklist chunklist_reference"><li><a href="function.idn-to-ascii.php">idn_to_ascii</a> — Alan adını IDNA ASCII bi&ccedil;imine d&ouml;n&uuml;şt&uuml;r&uuml;r</li><li><a href="function.idn-to-utf8.php">idn_to_utf8</a> — Alan adı kodlamasını IDNA ASCII'den UTF-8'e d&ouml;n&uuml;şt&uuml;r&uuml;r</li></ul>
</div>
<?php manual_footer($setup); ?>