Lines Matching defs:object
184 function date_format(DateTimeInterface $object, string $format): string {}
186 function date_modify(DateTime $object, string $modifier): DateTime|false {}
188 function date_add(DateTime $object, DateInterval $interval): DateTime {}
190 function date_sub(DateTime $object, DateInterval $interval): DateTime {}
193 function date_timezone_get(DateTimeInterface $object): DateTimeZone|false {}
195 function date_timezone_set(DateTime $object, DateTimeZone $timezone): DateTime {}
197 function date_offset_get(DateTimeInterface $object): int {}
204 DateTime $object, int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {}
206 function date_date_set(DateTime $object, int $year, int $month, int $day): DateTime {}
208 function date_isodate_set(DateTime $object, int $year, int $week, int $dayOfWeek = 1): DateTime {}
210 function date_timestamp_set(DateTime $object, int $timestamp): DateTime {}
212 function date_timestamp_get(DateTimeInterface $object): int {}
218 function timezone_name_get(DateTimeZone $object): string {}
223 function timezone_offset_get(DateTimeZone $object, DateTimeInterface $datetime): int {}
230 …DateTimeZone $object, int $timestampBegin = PHP_INT_MIN, int $timestampEnd = PHP_INT_MAX): array|f…
236 function timezone_location_get(DateTimeZone $object): array|false {}
257 function date_interval_format(DateInterval $object, string $format): string {}
359 public static function createFromImmutable(DateTimeImmutable $object): static {}
362 …public static function createFromInterface(DateTimeInterface $object): DateTime {} // TODO return …
553 public static function createFromMutable(DateTime $object): static {}
556 …public static function createFromInterface(DateTimeInterface $object): DateTimeImmutable {} // TOD…