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::before

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

IntlCalendar::beforeWhether this objectʼs time is before that of the passed object

Description

Object oriented style

public IntlCalendar::before ( IntlCalendar $other ) : bool

Procedural style

intlcal_before ( IntlCalendar $cal , IntlCalendar $other ) : bool

Returns whether this objectʼs time precedes the argumentʼs time.

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

Parameters

cal

The IntlCalendar resource.

other

The calendar whose time will be checked against the primary objectʼs time.

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

Return Values

Returns TRUE if this objectʼs current time is before that of the calendar argumentʼs time. Returns FALSE otherwise. Also returns FALSE on failure. You can use exceptions or intl_get_error_code() to detect error conditions.

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