Lines Matching defs:timestamp
7 function date(string $format, ?int $timestamp = null): string {}
9 function idate(string $format, ?int $timestamp = null): int|false {}
11 function gmdate(string $format, ?int $timestamp = null): string {}
23 function strftime(string $format, ?int $timestamp = null): string|false {}
25 function gmstrftime(string $format, ?int $timestamp = null): string|false {}
29 function localtime(?int $timestamp = null, bool $associative = false): array {}
31 function getdate(?int $timestamp = null): array {}
74 function date_timestamp_set(DateTime $object, int $timestamp): DateTime {}
106 int $timestamp, int $returnFormat = SUNFUNCS_RET_STRING,
111 int $timestamp, int $returnFormat = SUNFUNCS_RET_STRING,
115 function date_sun_info(int $timestamp, float $latitude, float $longitude): array {}
232 public function setTimestamp(int $timestamp) {}
321 public function setTimestamp(int $timestamp) {}