<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.network.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.gethostbyaddr.php',
    1 => 'gethostbyaddr',
    2 => 'Ottiene l\'host Internet corrispondente a un dato indirizzo IP',
  ),
  'up' => 
  array (
    0 => 'ref.network.php',
    1 => 'Network Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.fsockopen.php',
    1 => 'fsockopen',
  ),
  'next' => 
  array (
    0 => 'function.gethostbyname.php',
    1 => 'gethostbyname',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/network/functions/gethostbyaddr.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.gethostbyaddr" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">gethostbyaddr</h1>
    <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">gethostbyaddr</span> &mdash; <span class="dc-title">
     Ottiene l&#039;host Internet corrispondente a un dato indirizzo IP
    </span></p>

   </div>
   <div class="refsect1 unknown-1078" id="refsect1-function.gethostbyaddr-unknown-1078">
    <h3 class="title">Descrizione</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>gethostbyaddr</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$indirizzo_ip</code></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

    <p class="para rdfs-comment">
     Restituisce l&#039;hostname dell&#039;host Internet specificato da
     <code class="parameter">indirizzo_ip</code>. Se occorre un errore, restituisce
     <code class="parameter">indirizzo_ip</code>.
    </p>
    <p class="para">
     Vedere anche <span class="function"><a href="function.gethostbyname.php" class="function">gethostbyname()</a></span>.
    </p>
   </div>

  </div><?php manual_footer($setup); ?>