<?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 => 'ru',
  ),
  'this' => 
  array (
    0 => 'intltimezone.getwindowsid.php',
    1 => 'IntlTimeZone::getWindowsID',
    2 => 'Преобразовать системный часовой пояс в часовой пояс для 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' => 'ru',
    '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">Преобразовать системный часовой пояс в часовой пояс для Windows</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-intltimezone.getwindowsid-description">
  <h3 class="title">Описание</h3>
  <p class="para">Объектно-ориентированный стиль (метод):</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">Процедурный стиль:</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">
   Переводит системный часовой пояс (например, «America/Los_Angeles») в часовой пояс для Windows (например, «Pacific Standard Time»).
  </p>
  <blockquote class="note"><p><strong class="note">Замечание</strong>: 
   <span class="simpara">
    Для работы этой функции требуется ICU версии ≥ 52.
   </span>
  </p></blockquote>

  <div class="warning"><strong class="warning">Внимание</strong><p class="simpara">Функцию пока не задокументировали;
для знакомства доступен только список аргументов.</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-intltimezone.getwindowsid-parameters">
  <h3 class="title">Список параметров</h3>
  <dl>
   
    <dt><code class="parameter">timezoneId</code></dt>
    <dd>
     <p class="para">

     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-intltimezone.getwindowsid-returnvalues">
  <h3 class="title">Возвращаемые значения</h3>
  <p class="para">
   Возвращает часовой пояс для Windows или <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>, если возникла ошибка.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-intltimezone.getwindowsid-seealso">
  <h3 class="title">Смотрите также</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="intltimezone.getidforwindowsid.php" class="methodname" rel="rdfs-seeAlso">IntlTimeZone::getIDForWindowsID()</a> - Преобразовать часовой пояс для Windows в системный часовой пояс</span></li>
   </ul>
  </p>
 </div>


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