data/czas
PHP Manual

The DatePeriod class

Wstęp

Representation of date period.

Krótki opis klasy

DatePeriod implements Traversable {
/* Stałe */
const integer DatePeriod::EXCLUDE_START_DATE = 1 ;
/* Metody */
public __construct ( DateTime $start , DateInterval $interval , int $recurrences [, int $options ] )
public __construct ( DateTime $start , DateInterval $interval , DateTime $end [, int $options ] )
public __construct ( string $isostr [, int $options ] )
}

Stałe predefiniowane

DatePeriod Node Types

DatePeriod::EXCLUDE_START_DATE

Exclude start date, used in DatePeriod::__construct().

Spis treści


data/czas
PHP Manual