No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

IntlCalendar::getActualMinimum

(PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1)

IntlCalendar::getActualMinimumThe minimum value for a field, considering the objectʼs current time

Description

Object oriented style

public IntlCalendar::getActualMinimum ( int $field ) : int

Procedural style

intlcal_get_actual_minimum ( IntlCalendar $cal , int $field ) : int

Returns a fieldʼs relative minimum value around the current time. The exact semantics vary by field, but in the general case this is the value that would be obtained if one would set the field value into the greatest relative minimum for the field and would decrement it until reaching the global minimum or the field value wraps around, in which the value returned would be the global minimum or the value before the wrapping, respectively.

For the Gregorian calendar, this is always the same as IntlCalendar::getMinimum().

PHP: IntlCalendar::getActualMinimum - Manual Home of Manuel PHP  Contents Haut

Parameters

cal

The IntlCalendar resource.

field

One of the IntlCalendar date/time field constants. These are integer values between 0 and IntlCalendar::FIELD_COUNT.

PHP: IntlCalendar::getActualMinimum - Manual Home of Manuel PHP  Contents Haut

Return Values

An int representing the minimum value in the fieldʼs unit or FALSE on failure.

PHP: IntlCalendar::getActualMinimum - Manual Home of Manuel PHP  Contents Haut

See Also

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph