PHP » GoLang |
login |
register |
about
|
GoLang IntlCalendar::getLeastMaximum
request it (327)
GoLang replacement for PHP's IntlCalendar::getLeastMaximum
[edit | history]
PHP IntlCalendar::getLeastMaximumPHP original manual for IntlCalendar::getLeastMaximum [ show | php.net ]IntlCalendar::getLeastMaximum(PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::getLeastMaximum — Get the smallest local maximum for a field DescriptionObject oriented style
public int IntlCalendar::getLeastMaximum
( int
$field
)Procedural style Returns the smallest local maximumw for a field. This should be a value smaller or equal to that returned by IntlCalendar::getActualMaxmimum(), which is in its turn smaller or equal to that returned by IntlCalendar::getMaximum(). Parameters
Return Values
An int representing a field value in the fieldʼs
unit or Examples
Example #1 Maxima examples
<?php The above example will output: int(28) int(30) int(31) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|