Date/Time
PHP Manual

کلاس DatePeriod

Introduction

نمایش پریود زمان.

Class synopsis

DatePeriod implements Traversable {
/* Constants */
const integer DatePeriod::EXCLUDE_START_DATE = 1 ;
/* Methods */
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 ] )
}

Predefined Constants

DatePeriod Node Types

DatePeriod::EXCLUDE_START_DATE

به جز زمان شروع استفاده شده در DatePeriod::__construct().

Table of Contents


Date/Time
PHP Manual