| Server IP : 121.121.20.254 / Your IP : 216.73.217.51 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/PHP83/stubs/ |
Upload File : |
<?php
/**
* stub class representing AMQPTimestamp from pecl-amqp
*
* @readonly
*/
final /* readonly */ class AMQPTimestamp implements AMQPValue
{
/**
* @var float
*/
public const MIN = 0.0;
/**
* @var float
*/
public const MAX = 18446744073709551616;
private float $timestamp;
/**
* @throws AMQPValueException
*/
public function __construct(float $timestamp)
{
}
public function __toString(): string
{
}
public function getTimestamp(): float
{
}
public function toAmqpValue()
{
}
}