|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| __construct ($start, $interval=UNKNOWN, $end=UNKNOWN, $options=UNKNOWN) | |
| getStartDate () | |
| getEndDate () | |
| getDateInterval () | |
| getRecurrences () | |
| __serialize () | |
| __unserialize (array $data) | |
| __wakeup () | |
| getIterator () | |
Static Public Member Functions | |
| static | createFromISO8601String (string $specification, int $options=0) |
| static | __set_state (array $array) |
Data Fields | |
| const int | EXCLUDE_START_DATE = UNKNOWN |
| const int | INCLUDE_END_DATE = UNKNOWN |
| DateTimeInterface | $start |
| DateTimeInterface | $current |
| DateTimeInterface | $end |
| DateInterval | $interval |
| int | $recurrences |
| bool | $include_start_date |
| bool | $include_end_date |
Definition at line 669 of file php_date.stub.php.
| DatePeriod::__construct | ( | $start, | |
| $interval = UNKNOWN, | |||
| $end = UNKNOWN, | |||
| $options = UNKNOWN ) |
| DateTimeInterface | string | $start | |
| DateInterval | int | $interval | |
| DateTimeInterface | int | $end | |
| int | $options |
Definition at line 699 of file php_date.stub.php.
| DatePeriod::__serialize | ( | ) |
|
static |
@tentative-return-type
Definition at line 721 of file php_date.stub.php.
| DatePeriod::__unserialize | ( | array | $data | ) |
| DatePeriod::__wakeup | ( | ) |
@tentative-return-type
Definition at line 718 of file php_date.stub.php.
|
static |
Definition at line 691 of file php_date.stub.php.
| DatePeriod::getDateInterval | ( | ) |
@tentative-return-type
Definition at line 708 of file php_date.stub.php.
| DatePeriod::getEndDate | ( | ) |
@tentative-return-type
Definition at line 705 of file php_date.stub.php.
| DatePeriod::getIterator | ( | ) |
@tentative-return-type
Implements IteratorAggregate.
Definition at line 723 of file php_date.stub.php.
| DatePeriod::getRecurrences | ( | ) |
@tentative-return-type
Definition at line 711 of file php_date.stub.php.
| DatePeriod::getStartDate | ( | ) |
@tentative-return-type
Definition at line 702 of file php_date.stub.php.
| DateTimeInterface DatePeriod::$current |
@readonly
Definition at line 679 of file php_date.stub.php.
| DateTimeInterface DatePeriod::$end |
@readonly
Definition at line 681 of file php_date.stub.php.
| bool DatePeriod::$include_end_date |
@readonly
Definition at line 689 of file php_date.stub.php.
| bool DatePeriod::$include_start_date |
@readonly
Definition at line 687 of file php_date.stub.php.
| DateInterval DatePeriod::$interval |
@readonly
Definition at line 683 of file php_date.stub.php.
| int DatePeriod::$recurrences |
@readonly
Definition at line 685 of file php_date.stub.php.
| DateTimeInterface DatePeriod::$start |
@readonly
Definition at line 677 of file php_date.stub.php.
| const int DatePeriod::EXCLUDE_START_DATE = UNKNOWN |
@cvalue PHP_DATE_PERIOD_EXCLUDE_START_DATE
Definition at line 672 of file php_date.stub.php.
| const int DatePeriod::INCLUDE_END_DATE = UNKNOWN |
@cvalue PHP_DATE_PERIOD_INCLUDE_END_DATE
Definition at line 674 of file php_date.stub.php.