data/czas
PHP Manual

The DateInterval class

Wstęp

Representation of date interval. A date interval stores either a fixed amount of time (in years, months, days, hours etc) or a relative time string in the format that DateTime's constructor supports.

Krótki opis klasy

DateInterval
DateInterval {
/* Metody */
public __construct ( string $interval_spec )
public static DateInterval createFromDateString ( string $time )
public string format ( string $format )
}

Spis treści


data/czas
PHP Manual