|
1548 | 1548 | 'date_isodate_set' => ['DateTime|false', 'object'=>'DateTime', 'year'=>'int', 'week'=>'int', 'day='=>'int|mixed'], |
1549 | 1549 | 'date_modify' => ['DateTime|false', 'object'=>'DateTime', 'modify'=>'string'], |
1550 | 1550 | 'date_offset_get' => ['int', 'obj'=>'DateTimeInterface'], |
1551 | | -'date_parse' => ['array|false', 'date'=>'string'], |
1552 | | -'date_parse_from_format' => ['array', 'format'=>'string', 'date'=>'string'], |
| 1551 | +'date_parse' => ['array{year: int|false, month: int|false, day: int|false, hour: int|false, minute: int|false, second: int|false, fraction: float|false, warning_count: int, warnings: string[], error_count: int, errors: string[], is_localtime: bool, zone_type?: int|bool, zone?: int|bool, is_dst?: bool, tz_abbr?: string, tz_id?: string, relative?: array{year: int, month: int, day: int, hour: int, minute: int, second: int, weekday?: int, weekdays?: int, first_day_of_month?: bool, last_day_of_month?: bool}}', 'date'=>'string'], |
| 1552 | +'date_parse_from_format' => ['array{year: int|false, month: int|false, day: int|false, hour: int|false, minute: int|false, second: int|false, fraction: float|false, warning_count: int, warnings: string[], error_count: int, errors: string[], is_localtime: bool, zone_type?: int|bool, zone?: int|bool, is_dst?: bool, tz_abbr?: string, tz_id?: string, relative?: array{year: int, month: int, day: int, hour: int, minute: int, second: int, weekday?: int, weekdays?: int, first_day_of_month?: bool, last_day_of_month?: bool}}', 'format'=>'string', 'date'=>'string'], |
1553 | 1553 | 'date_sub' => ['DateTime|false', 'object'=>'DateTime', 'interval'=>'DateInterval'], |
1554 | 1554 | 'date_sun_info' => ['array', 'time'=>'int', 'latitude'=>'float', 'longitude'=>'float'], |
1555 | 1555 | 'date_sunrise' => ['mixed', 'time'=>'int', 'format='=>'int', 'latitude='=>'float', 'longitude='=>'float', 'zenith='=>'float', 'gmt_offset='=>'float'], |
|
0 commit comments