<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.datetime.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.time.php',
    1 => 'time',
    2 => 'Restituisce l\'attuale UNIX timestamp',
  ),
  'up' => 
  array (
    0 => 'ref.datetime.php',
    1 => 'Date/Time Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.strtotime.php',
    1 => 'strtotime',
  ),
  'next' => 
  array (
    0 => 'function.timezone-abbreviations-list.php',
    1 => 'timezone_abbreviations_list',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/datetime/functions/time.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.time" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">time</h1>
    <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">time</span> &mdash; <span class="dc-title">Restituisce l&#039;attuale UNIX timestamp</span></p>

   </div>
   <div class="refsect1 unknown-511" id="refsect1-function.time-unknown-511">
    <h3 class="title">Descrizione</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>time</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

    <p class="para rdfs-comment">
     Restituisce l&#039;attuale data e orario misurata in numero di secondi dalla
     Unix Epoch (January 1 1970 00:00:00 GMT).
    </p>
    <p class="para">
     Guarda anche <span class="function"><a href="function.date.php" class="function">date()</a></span>.
    </p>
   </div>

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