Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/libs/WRStats/TimeRange.php
Ðазад
<?php namespace Wikimedia\WRStats; /** * A time range * * @since 1.39 */ class TimeRange { /** @var float|int UNIX start time */ public $start; /** @var float|int UNIX end time */ public $end; /** * @internal * * @param float|int $start * @param float|int $end */ public function __construct( $start, $end ) { $this->start = $start; $this->end = $end; } /** * Get the duration of the time range in seconds. * * @return float|int */ public function getDuration() { return $this->end - $this->start; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка