final class AMQPDecimal implements AMQPValue (View source)

stub class representing AMQPDecimal from pecl-amqp

Constants

EXPONENT_MIN

EXPONENT_MAX

SIGNIFICAND_MIN

SIGNIFICAND_MAX

Methods

__construct(mixed $exponent, mixed $significand)

No description

int
getExponent()

No description

int
getSignificand()

No description

float|array|AMQPDecimal|bool|int|AMQPValue|string|AMQPTimestamp|null
toAmqpValue()

No description

Details

__construct(mixed $exponent, mixed $significand)

No description

Parameters

mixed $exponent
mixed $significand

Exceptions

AMQPExchangeValue

int getExponent()

No description

Return Value

int

int getSignificand()

No description

Return Value

int

float|array|AMQPDecimal|bool|int|AMQPValue|string|AMQPTimestamp|null toAmqpValue()

No description

Return Value

float|array|AMQPDecimal|bool|int|AMQPValue|string|AMQPTimestamp|null