<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.calendar.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.unixtojd.php',
    1 => 'unixtojd',
    2 => 'Converte un timestamp Unix in un Giorno Giuliano',
  ),
  'up' => 
  array (
    0 => 'ref.calendar.php',
    1 => 'Calendar Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.juliantojd.php',
    1 => 'JulianToJD',
  ),
  'next' => 
  array (
    0 => 'book.datetime.php',
    1 => 'Date/Time',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/calendar/functions/unixtojd.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.unixtojd" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">unixtojd</h1>
    <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">unixtojd</span> &mdash; <span class="dc-title">Converte un timestamp Unix in un Giorno Giuliano</span></p>

   </div>
   <div class="refsect1 unknown-496" id="refsect1-function.unixtojd-unknown-496">
    <h3 class="title">Descrizione</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>unixtojd</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$timestamp</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

    <p class="para rdfs-comment">
     Restituisce il Giorno Giuliano di un <code class="parameter">timestamp</code> Unix
     (secondi dal 1/1/1970), o del giorno corrente se
     <code class="parameter">timestamp</code> non è specificato.
    </p>
    <p class="para">
     Vedere anche <span class="function"><a href="function.jdtounix.php" class="function">jdtounix()</a></span>.
    </p>
   </div>

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