<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.intlcalendar.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'intlcalendar.getgreatestminimum.php',
    1 => 'IntlCalendar::getGreatestMinimum',
    2 => 'Get the largest local minimum value for a field',
  ),
  'up' => 
  array (
    0 => 'class.intlcalendar.php',
    1 => 'IntlCalendar',
  ),
  'prev' => 
  array (
    0 => 'intlcalendar.getfirstdayofweek.php',
    1 => 'IntlCalendar::getFirstDayOfWeek',
  ),
  'next' => 
  array (
    0 => 'intlcalendar.getkeywordvaluesforlocale.php',
    1 => 'IntlCalendar::getKeywordValuesForLocale',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/intl/intlcalendar/getgreatestminimum.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intlcalendar.getgreatestminimum" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">IntlCalendar::getGreatestMinimum</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">IntlCalendar::getGreatestMinimum</span> &mdash; <span class="dc-title">Get the largest local minimum value for a field</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-intlcalendar.getgreatestminimum-description">
  <h3 class="title">Açıklama</h3>
  <p class="para">
   Nesne yönelimli kullanım
  </p>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>IntlCalendar::getGreatestMinimum</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$field</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">
   Yordamsal kullanım
  </p>
  <div class="methodsynopsis dc-description"><span class="methodname"><strong>intlcal_get_greatest_minimum</strong></span>(<span class="methodparam"><span class="type"><a href="class.intlcalendar.php" class="type IntlCalendar">IntlCalendar</a></span> <code class="parameter">$calendar</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$field</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">
   Returns the largest local minimum for a field. This should be a value
   larger or equal to that returned by
   <span class="function"><a href="intlcalendar.getactualminimum.php" class="function">IntlCalendar::getActualMinimum()</a></span>, which is in its turn
   larger or equal to that returned by
   <span class="function"><a href="intlcalendar.getminimum.php" class="function">IntlCalendar::getMinimum()</a></span>. All these three functions
   return the same value for the Gregorian calendar.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-intlcalendar.getgreatestminimum-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <dl>
   
    <dt><code class="parameter">calendar</code></dt>
    <dd>
     <p class="para"><span class="classname"><a href="class.intlcalendar.php" class="classname">IntlCalendar</a></span>
örneği.</p>
    </dd>
   
   
    <dt><code class="parameter">field</code></dt>
    <dd>
     

<p class="para">
 <span class="classname"><a href="class.intlcalendar.php" class="classname">IntlCalendar</a></span> tarih/zaman <a href="class.intlcalendar.php#intlcalendar.constants" class="link">allan sabitleri</a>nden biri.
 Bu tamsayı değerler <code class="literal">0</code> ile
 <strong><code>IntlCalendar::FIELD_COUNT</code></strong> arasındadır.
</p>

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


 <div class="refsect1 returnvalues" id="refsect1-intlcalendar.getgreatestminimum-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   An <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> representing a field value, in the fieldʼs
   unit, başarısızlık durumunda <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner.
  </p>
 </div>



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