Lines Matching refs:object

85 function date_format(DateTimeInterface $object, string $format): string {}  argument
87 function date_modify(DateTime $object, string $modifier): DateTime|false {} argument
89 function date_add(DateTime $object, DateInterval $interval): DateTime {} argument
91 function date_sub(DateTime $object, DateInterval $interval): DateTime {} argument
94 function date_timezone_get(DateTimeInterface $object): DateTimeZone|false {} argument
96 function date_timezone_set(DateTime $object, DateTimeZone $timezone): DateTime {} argument
98 function date_offset_get(DateTimeInterface $object): int {} argument
105 DateTime $object, int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {} argument
107 function date_date_set(DateTime $object, int $year, int $month, int $day): DateTime {} argument
109 function date_isodate_set(DateTime $object, int $year, int $week, int $dayOfWeek = 1): DateTime {} argument
111 function date_timestamp_set(DateTime $object, int $timestamp): DateTime {} argument
113 function date_timestamp_get(DateTimeInterface $object): int {} argument
119 function timezone_name_get(DateTimeZone $object): string {} argument
124 function timezone_offset_get(DateTimeZone $object, DateTimeInterface $datetime): int {} argument
131 …DateTimeZone $object, int $timestampBegin = PHP_INT_MIN, int $timestampEnd = PHP_INT_MAX): array|f… argument
137 function timezone_location_get(DateTimeZone $object): array|false {} argument
158 function date_interval_format(DateInterval $object, string $format): string {} argument
221 public static function createFromImmutable(DateTimeImmutable $object): DateTime {} argument
223 public static function createFromInterface(DateTimeInterface $object): DateTime {} argument
395 public static function createFromMutable(DateTime $object): DateTimeImmutable {} argument
397 public static function createFromInterface(DateTimeInterface $object): DateTimeImmutable {} argument