<?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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'intltimezone.countequivalentids.php',
    1 => 'IntlTimeZone::countEquivalentIDs',
    2 => 'Get the number of IDs in the equivalency group that includes the given ID',
  ),
  'up' => 
  array (
    0 => 'class.intltimezone.php',
    1 => 'IntlTimeZone',
  ),
  'prev' => 
  array (
    0 => 'intltimezone.construct.php',
    1 => 'IntlTimeZone::__construct',
  ),
  'next' => 
  array (
    0 => 'intltimezone.createdefault.php',
    1 => 'IntlTimeZone::createDefault',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/intl/intltimezone/countequivalentids.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intltimezone.countequivalentids" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">IntlTimeZone::countEquivalentIDs</h1>
  <h1 class="refname">intltz_count_equivalent_ids</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.5.0, PHP 7, PHP 8, PECL &gt;= 3.0.0a1)</p><p class="refpurpose"><span class="refname">IntlTimeZone::countEquivalentIDs</span> -- <span class="refname">intltz_count_equivalent_ids</span> &mdash; <span class="dc-title">Get the number of IDs in the equivalency group that includes the given ID</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-intltimezone.countequivalentids-description">
  <h3 class="title">说明</h3>
  <p class="para">面向对象风格 (method):</p>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><strong>IntlTimeZone::countEquivalentIDs</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.integer.php" class="type int">int</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_count_equivalent_ids</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.integer.php" class="type int">int</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="warning"><strong class="warning">警告</strong><p class="simpara">本函数还未编写文档，仅有参数列表。</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-intltimezone.countequivalentids-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.countequivalentids-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="para">
   
  </p>
 </div>



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