array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'intlcalendar.getminimum.php', 1 => 'IntlCalendar::getMinimum', 2 => 'Get the global minimum value for a field', ), 'up' => array ( 0 => 'class.intlcalendar.php', 1 => 'IntlCalendar', ), 'prev' => array ( 0 => 'intlcalendar.getminimaldaysinfirstweek.php', 1 => 'IntlCalendar::getMinimalDaysInFirstWeek', ), 'next' => array ( 0 => 'intlcalendar.getnow.php', 1 => 'IntlCalendar::getNow', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/intl/intlcalendar/getminimum.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1)
IntlCalendar::getMinimum — Get the global minimum value for a field
面向对象风格
过程化风格
Gets the global minimum for a field, in this specific calendar. This value is smaller or equal to that returned by IntlCalendar::getActualMinimum(), which is in its turn smaller or equal to that returned by IntlCalendar::getGreatestMinimum(). For the Gregorian calendar, these three functions always return the same value (for each field).
calendarIntlCalendar 实例。
field
 One of the IntlCalendar date/time field constants. These are integer
 values between 0 and
 IntlCalendar::FIELD_COUNT.