|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| __construct (string $duration) | |
| format (string $format) | |
| __serialize () | |
| __unserialize (array $data) | |
| __wakeup () | |
Static Public Member Functions | |
| static | createFromDateString (string $datetime) |
| static | __set_state (array $array) |
Definition at line 643 of file php_date.stub.php.
| DateInterval::__construct | ( | string | $duration | ) |
Definition at line 645 of file php_date.stub.php.
| DateInterval::__serialize | ( | ) |
|
static |
@tentative-return-type
Definition at line 666 of file php_date.stub.php.
| DateInterval::__unserialize | ( | array | $data | ) |
| DateInterval::__wakeup | ( | ) |
@tentative-return-type
Definition at line 663 of file php_date.stub.php.
|
static |
@tentative-return-type
Definition at line 650 of file php_date.stub.php.
| DateInterval::format | ( | string | $format | ) |
@tentative-return-type @alias date_interval_format
Definition at line 656 of file php_date.stub.php.