<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.gettext.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'ref.gettext.php',
    1 => 'Gettext Funzioni',
    2 => 'Gettext Funzioni',
  ),
  'up' => 
  array (
    0 => 'book.gettext.php',
    1 => 'Gettext',
  ),
  'prev' => 
  array (
    0 => 'gettext.installation.php',
    1 => 'Installazione',
  ),
  'next' => 
  array (
    0 => 'function.-.php',
    1 => '_',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/gettext/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.gettext.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.gettext" class="reference">
 <h1 class="title">Gettext Funzioni</h1>

 























































<h2>Indice dei contenuti</h2><ul class="chunklist chunklist_reference"><li><a href="function.-.php">_</a> — Alias di gettext</li><li><a href="function.bind-textdomain-codeset.php">bind_textdomain_codeset</a> — Specify or get the character encoding in which the messages from the DOMAIN message catalog will be returned</li><li><a href="function.bindtextdomain.php">bindtextdomain</a> — Sets or gets the path for a domain</li><li><a href="function.dcgettext.php">dcgettext</a> — Overrides the domain for a single lookup</li><li><a href="function.dcngettext.php">dcngettext</a> — Plural version of dcgettext</li><li><a href="function.dgettext.php">dgettext</a> — Override the current domain</li><li><a href="function.dngettext.php">dngettext</a> — Plural version of dgettext</li><li><a href="function.gettext.php">gettext</a> — Lookup a message in the current domain</li><li><a href="function.ngettext.php">ngettext</a> — Plural version of gettext</li><li><a href="function.textdomain.php">textdomain</a> — Sets the default domain</li></ul>
</div>
<?php manual_footer($setup); ?>