Date/Time
PHP 手册

The DateInterval class

简介

Representation of date interval.

Class synopsis

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

Table of Contents


Date/Time
PHP 手册