<?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.getrawoffset.php', 1 => 'IntlTimeZone::getRawOffset', 2 => 'Get the raw GMT offset (before taking daylight savings time into account', ), 'up' => array ( 0 => 'class.intltimezone.php', 1 => 'IntlTimeZone', ), 'prev' => array ( 0 => 'intltimezone.getoffset.php', 1 => 'IntlTimeZone::getOffset', ), 'next' => array ( 0 => 'intltimezone.getregion.php', 1 => 'IntlTimeZone::getRegion', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/intl/intltimezone/getrawoffset.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?> <div id="intltimezone.getrawoffset" class="refentry"> <div class="refnamediv"> <h1 class="refname">IntlTimeZone::getRawOffset</h1> <h1 class="refname">intltz_get_raw_offset</h1> <p class="verinfo">(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1)</p><p class="refpurpose"><span class="refname">IntlTimeZone::getRawOffset</span> -- <span class="refname">intltz_get_raw_offset</span> — <span class="dc-title">Get the raw GMT offset (before taking daylight savings time into account</span></p> </div> <div class="refsect1 description" id="refsect1-intltimezone.getrawoffset-description"> <h3 class="title">说明</h3> <p class="para">面向对象风格 (method):</p> <div class="methodsynopsis dc-description"> <span class="modifier">public</span> <span class="methodname"><strong>IntlTimeZone::getRawOffset</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div> <p class="para rdfs-comment">过程化风格:</p> <div class="methodsynopsis dc-description"><span class="methodname"><strong>intltz_get_raw_offset</strong></span>(<span class="methodparam"><span class="type"><a href="class.intltimezone.php" class="type IntlTimeZone">IntlTimeZone</a></span> <code class="parameter">$timezone</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></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.getrawoffset-parameters"> <h3 class="title">参数</h3> <p class="para">此函数没有参数。</p> </div> <div class="refsect1 returnvalues" id="refsect1-intltimezone.getrawoffset-returnvalues"> <h3 class="title">返回值</h3> <p class="para"> </p> </div> </div><?php manual_footer($setup); ?>