<?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 => 'tr',
  ),
  'this' => 
  array (
    0 => 'intltimezone.getwindowsid.php',
    1 => 'IntlTimeZone::getWindowsID',
    2 => 'Translate a system timezone into a Windows timezone',
  ),
  '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' => 'en',
    '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">Translate a system timezone into a Windows timezone</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-intltimezone.getwindowsid-description">
  <h3 class="title">Açıklama</h3>
  <p class="para">Nesne yönelimli kullanım (method):</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">Yordamsal kullanım:</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">
   Translates a system timezone (e.g. &quot;America/Los_Angeles&quot;) into a Windows timezone (e.g. &quot;Pacific Standard Time&quot;).
  </p>
  <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
   <span class="simpara">
    This function requires ICU version ≥ 52.
   </span>
  </p></blockquote>

  <div class="warning"><strong class="warning">Uyarı</strong><p class="simpara">Bu işlev hala
belgelendirilmemiştir; sadece bağımsız değişken listesi
mevcuttur.</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-intltimezone.getwindowsid-parameters">
  <h3 class="title">Bağımsız Değişkenler</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">Dönen Değerler</h3>
  <p class="para">
   Returns the Windows timezone başarısızlık durumunda <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-intltimezone.getwindowsid-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="intltimezone.getidforwindowsid.php" class="methodname" rel="rdfs-seeAlso">IntlTimeZone::getIDForWindowsID()</a> - Translate a Windows timezone into a system timezone</span></li>
   </ul>
  </p>
 </div>


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