<?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.gethostname.php',
    1 => 'gethostname',
    2 => 'Gets the host name',
  ),
  'up' => 
  array (
    0 => 'ref.network.php',
    1 => 'Network Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.gethostbynamel.php',
    1 => 'gethostbynamel',
  ),
  'next' => 
  array (
    0 => 'function.getmxrr.php',
    1 => 'getmxrr',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/network/functions/gethostname.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.gethostname" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">gethostname</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">gethostname</span> &mdash; <span class="dc-title">Gets the host name</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.gethostname-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>gethostname</strong></span>(): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   <span class="function"><strong>gethostname()</strong></span> gets the standard host name for 
   the local machine.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.gethostname-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">Questa funzione non contiene parametri.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.gethostname-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="para">
   Returns a string with the hostname on success, otherwise <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> is 
   returned.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-function.gethostname-examples">
  <h3 class="title">Esempi</h3>
  <p class="para">
   <div class="example" id="example-1">
    <p><strong>Example #1 A simple <span class="function"><strong>gethostname()</strong></span> example</strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #007700">echo </span><span style="color: #0000BB">gethostname</span><span style="color: #007700">(); </span><span style="color: #FF8000">// may output e.g,: sandie<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
    </div>

   </div>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.gethostname-seealso">
  <h3 class="title">Vedere anche:</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.gethostbyname.php" class="function" rel="rdfs-seeAlso">gethostbyname()</a> - Ottiene l'indirizzo IP corrispondente a un dato hostname Internet</span></li>
    <li><span class="function"><a href="function.gethostbyaddr.php" class="function" rel="rdfs-seeAlso">gethostbyaddr()</a> - Ottiene l'host Internet corrispondente a un dato indirizzo IP</span></li>
    <li><span class="function"><a href="function.php-uname.php" class="function" rel="rdfs-seeAlso">php_uname()</a> - Restituisce informazioni sul sistema operativo su cui gira il PHP</span></li>
   </ul>
  </p>
 </div>


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