<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.intltimezone.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'intltimezone.getwindowsid.php',
    1 => 'IntlTimeZone::getWindowsID',
    2 => 'Traduce una zona horaria del sistema a una zona horaria de Windows',
  ),
  'up' => 
  array (
    0 => 'class.intltimezone.php',
    1 => 'IntlTimeZone',
  ),
  'prev' => 
  array (
    0 => 'intltimezone.getunknown.php',
    1 => 'IntlTimeZone::getUnknown',
  ),
  'next' => 
  array (
    0 => 'intltimezone.hassamerules.php',
    1 => 'IntlTimeZone::hasSameRules',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/intl/intltimezone/getwindowsid.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intltimezone.getwindowsid" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">IntlTimeZone::getWindowsID</h1>
  <h1 class="refname">intltz_get_windows_id</h1>
  <p class="verinfo">(PHP 7 &gt;= 7.1.0, PHP 8)</p><p class="refpurpose"><span class="refname">IntlTimeZone::getWindowsID</span> -- <span class="refname">intltz_get_windows_id</span> &mdash; <span class="dc-title">Traduce una zona horaria del sistema a una zona horaria de Windows</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-intltimezone.getwindowsid-description">
  <h3 class="title">Descripción</h3>
  <p class="para">Estilo orientado a objetos (método):</p>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><strong>IntlTimeZone::getWindowsID</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$timezoneId</code></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">Estilo procedimental:</p>
  <div class="methodsynopsis dc-description"><span class="methodname"><strong>intltz_get_windows_id</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$timezoneId</code></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">
   Traduce una zona horaria del sistema (por ejemplo &quot;America/Los_Angeles&quot;) a una zona horaria de Windows (por ejemplo &quot;Pacific Standard Time&quot;).
  </p>
  <blockquote class="note"><p><strong class="note">Nota</strong>: 
   <span class="simpara">
    Esta función requiere ICU versión ≥ 52.
   </span>
  </p></blockquote>

  
<div class="warning"><strong class="warning">Advertencia</strong>
<p class="simpara">
 Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.
</p>
</div>


 </div>


 <div class="refsect1 parameters" id="refsect1-intltimezone.getwindowsid-parameters">
  <h3 class="title">Parámetros</h3>
  <dl>
   
    <dt><code class="parameter">timezoneId</code></dt>
    <dd>
     <p class="para">
      El identificador de la zona horaria.
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-intltimezone.getwindowsid-returnvalues">
  <h3 class="title">Valores devueltos</h3>
  <p class="para">
   Devuelve la zona horaria de Windows o <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> si ocurre un error.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-intltimezone.getwindowsid-seealso">
  <h3 class="title">Ver también</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="intltimezone.getidforwindowsid.php" class="methodname" rel="rdfs-seeAlso">IntlTimeZone::getIDForWindowsID()</a> - Traduce una zona horaria de Windows a una zona horaria del sistema</span></li>
   </ul>
  </p>
 </div>


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