Extension [ extension #62 amqp version 2.1.2 ] { - INI { Entry [ amqp.host ] Current = 'localhost' } Entry [ amqp.vhost ] Current = '/' } Entry [ amqp.port ] Current = '5672' } Entry [ amqp.timeout ] Current = '' } Entry [ amqp.read_timeout ] Current = '0' } Entry [ amqp.write_timeout ] Current = '0' } Entry [ amqp.connect_timeout ] Current = '0' } Entry [ amqp.rpc_timeout ] Current = '0' } Entry [ amqp.login ] Current = 'guest' } Entry [ amqp.password ] Current = 'guest' } Entry [ amqp.auto_ack ] Current = '0' } Entry [ amqp.prefetch_count ] Current = '3' } Entry [ amqp.prefetch_size ] Current = '0' } Entry [ amqp.global_prefetch_count ] Current = '0' } Entry [ amqp.global_prefetch_size ] Current = '0' } Entry [ amqp.channel_max ] Current = '256' } Entry [ amqp.frame_max ] Current = '131072' } Entry [ amqp.heartbeat ] Current = '0' } Entry [ amqp.cacert ] Current = '' } Entry [ amqp.cert ] Current = '' } Entry [ amqp.key ] Current = '' } Entry [ amqp.verify ] Current = '1' } Entry [ amqp.sasl_method ] Current = 'AMQP_SASL_METHOD_PLAIN' } Entry [ amqp.serialization_depth ] Current = '128' } Entry [ amqp.deserialization_depth ] Current = '128' } } - Constants [32] { Constant [ string AMQP_EXTENSION_VERSION ] { 2.1.2 } Constant [ int AMQP_EXTENSION_VERSION_MAJOR ] { 2 } Constant [ int AMQP_EXTENSION_VERSION_MINOR ] { 1 } Constant [ int AMQP_EXTENSION_VERSION_PATCH ] { 2 } Constant [ string AMQP_EXTENSION_VERSION_EXTRA ] { } Constant [ int AMQP_EXTENSION_VERSION_ID ] { 20102 } Constant [ int AMQP_NOPARAM ] { 0 } Constant [ int AMQP_JUST_CONSUME ] { 1 } Constant [ int AMQP_DURABLE ] { 2 } Constant [ int AMQP_PASSIVE ] { 4 } Constant [ int AMQP_EXCLUSIVE ] { 8 } Constant [ int AMQP_AUTODELETE ] { 16 } Constant [ int AMQP_INTERNAL ] { 32 } Constant [ int AMQP_NOLOCAL ] { 64 } Constant [ int AMQP_AUTOACK ] { 128 } Constant [ int AMQP_IFEMPTY ] { 256 } Constant [ int AMQP_IFUNUSED ] { 512 } Constant [ int AMQP_MANDATORY ] { 1024 } Constant [ int AMQP_IMMEDIATE ] { 2048 } Constant [ int AMQP_MULTIPLE ] { 4096 } Constant [ int AMQP_NOWAIT ] { 8192 } Constant [ int AMQP_REQUEUE ] { 16384 } Constant [ string AMQP_EX_TYPE_DIRECT ] { direct } Constant [ string AMQP_EX_TYPE_FANOUT ] { fanout } Constant [ string AMQP_EX_TYPE_TOPIC ] { topic } Constant [ string AMQP_EX_TYPE_HEADERS ] { headers } Constant [ int AMQP_OS_SOCKET_TIMEOUT_ERRNO ] { 536870923 } Constant [ int PHP_AMQP_MAX_CHANNELS ] { 256 } Constant [ int AMQP_SASL_METHOD_PLAIN ] { 0 } Constant [ int AMQP_SASL_METHOD_EXTERNAL ] { 1 } Constant [ int AMQP_DELIVERY_MODE_TRANSIENT ] { 1 } Constant [ int AMQP_DELIVERY_MODE_PERSISTENT ] { 2 } } - Classes [16] { Class [ class AMQPException extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected string $file = '' ] Property [ protected int $line = 0 ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } - Tentative return [ void ] } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class AMQPConnectionException extends AMQPException implements Stringable, Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected string $file = '' ] Property [ protected int $line = 0 ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } - Tentative return [ void ] } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class AMQPChannelException extends AMQPException implements Stringable, Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected string $file = '' ] Property [ protected int $line = 0 ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } - Tentative return [ void ] } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class AMQPQueueException extends AMQPException implements Stringable, Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected string $file = '' ] Property [ protected int $line = 0 ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } - Tentative return [ void ] } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class AMQPExchangeException extends AMQPException implements Stringable, Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected string $file = '' ] Property [ protected int $line = 0 ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } - Tentative return [ void ] } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class AMQPValueException extends AMQPException implements Stringable, Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected string $file = '' ] Property [ protected int $line = 0 ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } - Tentative return [ void ] } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class AMQPConnection ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [18] { Property [ private string $login ] Property [ private string $password ] Property [ private string $host ] Property [ private string $vhost ] Property [ private int $port ] Property [ private float $readTimeout ] Property [ private float $writeTimeout ] Property [ private float $connectTimeout ] Property [ private float $rpcTimeout ] Property [ private int $frameMax ] Property [ private int $channelMax ] Property [ private int $heartbeat ] Property [ private ?string $cacert = NULL ] Property [ private ?string $key = NULL ] Property [ private ?string $cert = NULL ] Property [ private bool $verify = true ] Property [ private int $saslMethod = 0 ] Property [ private ?string $connectionName = NULL ] } - Methods [44] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $credentials = [] ] } } Method [ public method isConnected ] { - Parameters [0] { } - Return [ bool ] } Method [ public method connect ] { - Parameters [0] { } - Return [ void ] } Method [ public method pconnect ] { - Parameters [0] { } - Return [ void ] } Method [ public method pdisconnect ] { - Parameters [0] { } - Return [ void ] } Method [ public method disconnect ] { - Parameters [0] { } - Return [ void ] } Method [ public method reconnect ] { - Parameters [0] { } - Return [ void ] } Method [ public method preconnect ] { - Parameters [0] { } - Return [ void ] } Method [ public method getLogin ] { - Parameters [0] { } - Return [ string ] } Method [ public method setLogin ] { - Parameters [1] { Parameter #0 [ string $login ] } - Return [ void ] } Method [ public method getPassword ] { - Parameters [0] { } - Return [ string ] } Method [ public method setPassword ] { - Parameters [1] { Parameter #0 [ string $password ] } - Return [ void ] } Method [ public method getHost ] { - Parameters [0] { } - Return [ string ] } Method [ public method setHost ] { - Parameters [1] { Parameter #0 [ string $host ] } - Return [ void ] } Method [ public method getPort ] { - Parameters [0] { } - Return [ int ] } Method [ public method setPort ] { - Parameters [1] { Parameter #0 [ int $port ] } - Return [ void ] } Method [ public method getVhost ] { - Parameters [0] { } - Return [ string ] } Method [ public method setVhost ] { - Parameters [1] { Parameter #0 [ string $vhost ] } - Return [ void ] } Method [ public method getTimeout ] { - Parameters [0] { } - Return [ float ] } Method [ public method setTimeout ] { - Parameters [1] { Parameter #0 [ float $timeout ] } - Return [ void ] } Method [ public method getReadTimeout ] { - Parameters [0] { } - Return [ float ] } Method [ public method setReadTimeout ] { - Parameters [1] { Parameter #0 [ float $timeout ] } - Return [ void ] } Method [ public method getWriteTimeout ] { - Parameters [0] { } - Return [ float ] } Method [ public method setWriteTimeout ] { - Parameters [1] { Parameter #0 [ float $timeout ] } - Return [ void ] } Method [ public method getConnectTimeout ] { - Parameters [0] { } - Return [ float ] } Method [ public method getRpcTimeout ] { - Parameters [0] { } - Return [ float ] } Method [ public method setRpcTimeout ] { - Parameters [1] { Parameter #0 [ float $timeout ] } - Return [ void ] } Method [ public method getUsedChannels ] { - Parameters [0] { } - Return [ int ] } Method [ public method getMaxChannels ] { - Parameters [0] { } - Return [ int ] } Method [ public method isPersistent ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getHeartbeatInterval ] { - Parameters [0] { } - Return [ int ] } Method [ public method getMaxFrameSize ] { - Parameters [0] { } - Return [ int ] } Method [ public method getCACert ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method setCACert ] { - Parameters [1] { Parameter #0 [ ?string $cacert ] } - Return [ void ] } Method [ public method getCert ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method setCert ] { - Parameters [1] { Parameter #0 [ ?string $cert ] } - Return [ void ] } Method [ public method getKey ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method setKey ] { - Parameters [1] { Parameter #0 [ ?string $key ] } - Return [ void ] } Method [ public method getVerify ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setVerify ] { - Parameters [1] { Parameter #0 [ bool $verify ] } - Return [ void ] } Method [ public method getSaslMethod ] { - Parameters [0] { } - Return [ int ] } Method [ public method setSaslMethod ] { - Parameters [1] { Parameter #0 [ int $saslMethod ] } - Return [ void ] } Method [ public method getConnectionName ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method setConnectionName ] { - Parameters [1] { Parameter #0 [ ?string $connectionName ] } - Return [ void ] } } } Class [ class AMQPChannel ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ private AMQPConnection $connection ] Property [ private ?int $prefetchCount = NULL ] Property [ private ?int $prefetchSize = NULL ] Property [ private ?int $globalPrefetchCount = NULL ] Property [ private ?int $globalPrefetchSize = NULL ] Property [ private array $consumers = [] ] } - Methods [24] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ AMQPConnection $connection ] } } Method [ public method isConnected ] { - Parameters [0] { } - Return [ bool ] } Method [ public method close ] { - Parameters [0] { } - Return [ void ] } Method [ public method getChannelId ] { - Parameters [0] { } - Return [ int ] } Method [ public method setPrefetchSize ] { - Parameters [1] { Parameter #0 [ int $size ] } - Return [ void ] } Method [ public method getPrefetchSize ] { - Parameters [0] { } - Return [ int ] } Method [ public method setPrefetchCount ] { - Parameters [1] { Parameter #0 [ int $count ] } - Return [ void ] } Method [ public method getPrefetchCount ] { - Parameters [0] { } - Return [ int ] } Method [ public method setGlobalPrefetchSize ] { - Parameters [1] { Parameter #0 [ int $size ] } - Return [ void ] } Method [ public method getGlobalPrefetchSize ] { - Parameters [0] { } - Return [ int ] } Method [ public method setGlobalPrefetchCount ] { - Parameters [1] { Parameter #0 [ int $count ] } - Return [ void ] } Method [ public method getGlobalPrefetchCount ] { - Parameters [0] { } - Return [ int ] } Method [ public method qos ] { - Parameters [3] { Parameter #0 [ int $size ] Parameter #1 [ int $count ] Parameter #2 [ bool $global = false ] } - Return [ void ] } Method [ public method startTransaction ] { - Parameters [0] { } - Return [ void ] } Method [ public method commitTransaction ] { - Parameters [0] { } - Return [ void ] } Method [ public method rollbackTransaction ] { - Parameters [0] { } - Return [ void ] } Method [ public method getConnection ] { - Parameters [0] { } - Return [ AMQPConnection ] } Method [ public method basicRecover ] { - Parameters [1] { Parameter #0 [ bool $requeue = true ] } - Return [ void ] } Method [ public method confirmSelect ] { - Parameters [0] { } - Return [ void ] } Method [ public method waitForConfirm ] { - Parameters [1] { Parameter #0 [ float $timeout = 0.0 ] } - Return [ void ] } Method [ public method setConfirmCallback ] { - Parameters [2] { Parameter #0 [ ?callable $ackCallback ] Parameter #1 [ ?callable $nackCallback = null ] } - Return [ void ] } Method [ public method setReturnCallback ] { - Parameters [1] { Parameter #0 [ ?callable $returnCallback ] } - Return [ void ] } Method [ public method waitForBasicReturn ] { - Parameters [1] { Parameter #0 [ float $timeout = 0.0 ] } - Return [ void ] } Method [ public method getConsumers ] { - Parameters [0] { } - Return [ array ] } } } Class [ class AMQPQueue ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ private AMQPConnection $connection ] Property [ private AMQPChannel $channel ] Property [ private ?string $name = NULL ] Property [ private ?string $consumerTag = NULL ] Property [ private bool $passive = false ] Property [ private bool $durable = false ] Property [ private bool $exclusive = false ] Property [ private bool $autoDelete = true ] Property [ private array $arguments = [] ] } - Methods [27] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ AMQPChannel $channel ] } } Method [ public method getName ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ public method getFlags ] { - Parameters [0] { } - Return [ int ] } Method [ public method setFlags ] { - Parameters [1] { Parameter #0 [ ?int $flags ] } - Return [ void ] } Method [ public method getArgument ] { - Parameters [1] { Parameter #0 [ string $argumentName ] } } Method [ public method getArguments ] { - Parameters [0] { } - Return [ array ] } Method [ public method setArgument ] { - Parameters [2] { Parameter #0 [ string $argumentName ] Parameter #1 [ $argumentValue ] } - Return [ void ] } Method [ public method removeArgument ] { - Parameters [1] { Parameter #0 [ string $argumentName ] } - Return [ void ] } Method [ public method setArguments ] { - Parameters [1] { Parameter #0 [ array $arguments ] } - Return [ void ] } Method [ public method hasArgument ] { - Parameters [1] { Parameter #0 [ string $argumentName ] } - Return [ bool ] } Method [ public method declareQueue ] { - Parameters [0] { } - Return [ int ] } Method [ public method declare ] { - Parameters [0] { } - Return [ int ] } Method [ public method bind ] { - Parameters [3] { Parameter #0 [ string $exchangeName ] Parameter #1 [ ?string $routingKey = null ] Parameter #2 [ array $arguments = [] ] } - Return [ void ] } Method [ public method get ] { - Parameters [1] { Parameter #0 [ ?int $flags = null ] } - Return [ ?AMQPEnvelope ] } Method [ public method consume ] { - Parameters [3] { Parameter #0 [ ?callable $callback = null ] Parameter #1 [ ?int $flags = null ] Parameter #2 [ ?string $consumerTag = null ] } - Return [ void ] } Method [ public method ack ] { - Parameters [2] { Parameter #0 [ int $deliveryTag ] Parameter #1 [ ?int $flags = null ] } - Return [ void ] } Method [ public method nack ] { - Parameters [2] { Parameter #0 [ int $deliveryTag ] Parameter #1 [ ?int $flags = null ] } - Return [ void ] } Method [ public method reject ] { - Parameters [2] { Parameter #0 [ int $deliveryTag ] Parameter #1 [ ?int $flags = null ] } - Return [ void ] } Method [ public method recover ] { - Parameters [1] { Parameter #0 [ bool $requeue = true ] } - Return [ void ] } Method [ public method purge ] { - Parameters [0] { } - Return [ int ] } Method [ public method cancel ] { - Parameters [1] { Parameter #0 [ string $consumerTag = "" ] } - Return [ void ] } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ ?int $flags = null ] } - Return [ int ] } Method [ public method unbind ] { - Parameters [3] { Parameter #0 [ string $exchangeName ] Parameter #1 [ ?string $routingKey = null ] Parameter #2 [ array $arguments = [] ] } - Return [ void ] } Method [ public method getChannel ] { - Parameters [0] { } - Return [ AMQPChannel ] } Method [ public method getConnection ] { - Parameters [0] { } - Return [ AMQPConnection ] } Method [ public method getConsumerTag ] { - Parameters [0] { } - Return [ ?string ] } } } Class [ class AMQPExchange ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ private AMQPConnection $connection ] Property [ private AMQPChannel $channel ] Property [ private ?string $name = NULL ] Property [ private ?string $type = NULL ] Property [ private bool $passive = false ] Property [ private bool $durable = false ] Property [ private bool $autoDelete = false ] Property [ private bool $internal = false ] Property [ private array $arguments = [] ] } - Methods [21] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ AMQPChannel $channel ] } } Method [ public method getName ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ ?string $exchangeName ] } - Return [ void ] } Method [ public method getFlags ] { - Parameters [0] { } - Return [ int ] } Method [ public method setFlags ] { - Parameters [1] { Parameter #0 [ ?int $flags ] } - Return [ void ] } Method [ public method getType ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ ?string $exchangeType ] } - Return [ void ] } Method [ public method getArgument ] { - Parameters [1] { Parameter #0 [ string $argumentName ] } } Method [ public method getArguments ] { - Parameters [0] { } - Return [ array ] } Method [ public method setArgument ] { - Parameters [2] { Parameter #0 [ string $argumentName ] Parameter #1 [ $argumentValue ] } - Return [ void ] } Method [ public method removeArgument ] { - Parameters [1] { Parameter #0 [ string $argumentName ] } - Return [ void ] } Method [ public method setArguments ] { - Parameters [1] { Parameter #0 [ array $arguments ] } - Return [ void ] } Method [ public method hasArgument ] { - Parameters [1] { Parameter #0 [ string $argumentName ] } - Return [ bool ] } Method [ public method declareExchange ] { - Parameters [0] { } - Return [ void ] } Method [ public method declare ] { - Parameters [0] { } - Return [ void ] } Method [ public method bind ] { - Parameters [3] { Parameter #0 [ string $exchangeName ] Parameter #1 [ ?string $routingKey = null ] Parameter #2 [ array $arguments = [] ] } - Return [ void ] } Method [ public method unbind ] { - Parameters [3] { Parameter #0 [ string $exchangeName ] Parameter #1 [ ?string $routingKey = null ] Parameter #2 [ array $arguments = [] ] } - Return [ void ] } Method [ public method delete ] { - Parameters [2] { Parameter #0 [ ?string $exchangeName = null ] Parameter #1 [ ?int $flags = null ] } - Return [ void ] } Method [ public method publish ] { - Parameters [4] { Parameter #0 [ string $message ] Parameter #1 [ ?string $routingKey = null ] Parameter #2 [ ?int $flags = null ] Parameter #3 [ array $headers = [] ] } - Return [ void ] } Method [ public method getChannel ] { - Parameters [0] { } - Return [ AMQPChannel ] } Method [ public method getConnection ] { - Parameters [0] { } - Return [ AMQPConnection ] } } } Class [ class AMQPBasicProperties ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [14] { Property [ private ?string $contentType = NULL ] Property [ private ?string $contentEncoding = NULL ] Property [ private array $headers = [] ] Property [ private int $deliveryMode = 1 ] Property [ private int $priority = 0 ] Property [ private ?string $correlationId = NULL ] Property [ private ?string $replyTo = NULL ] Property [ private ?string $expiration = NULL ] Property [ private ?string $messageId = NULL ] Property [ private ?int $timestamp = NULL ] Property [ private ?string $type = NULL ] Property [ private ?string $userId = NULL ] Property [ private ?string $appId = NULL ] Property [ private ?string $clusterId = NULL ] } - Methods [15] { Method [ public method __construct ] { - Parameters [14] { Parameter #0 [ ?string $contentType = null ] Parameter #1 [ ?string $contentEncoding = null ] Parameter #2 [ array $headers = [] ] Parameter #3 [ int $deliveryMode = AMQP_DELIVERY_MODE_TRANSIENT ] Parameter #4 [ int $priority = 0 ] Parameter #5 [ ?string $correlationId = null ] Parameter #6 [ ?string $replyTo = null ] Parameter #7 [ ?string $expiration = null ] Parameter #8 [ ?string $messageId = null ] Parameter #9 [ ?int $timestamp = null ] Parameter #10 [ ?string $type = null ] Parameter #11 [ ?string $userId = null ] Parameter #12 [ ?string $appId = null ] Parameter #13 [ ?string $clusterId = null ] } } Method [ public method getContentType ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getContentEncoding ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getHeaders ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDeliveryMode ] { - Parameters [0] { } - Return [ int ] } Method [ public method getPriority ] { - Parameters [0] { } - Return [ int ] } Method [ public method getCorrelationId ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getReplyTo ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getExpiration ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getMessageId ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getTimestamp ] { - Parameters [0] { } - Return [ ?int ] } Method [ public method getType ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getUserId ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getAppId ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getClusterId ] { - Parameters [0] { } - Return [ ?string ] } } } Class [ class AMQPEnvelope extends AMQPBasicProperties ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ private string $body = '' ] Property [ private ?string $consumerTag = NULL ] Property [ private ?int $deliveryTag = NULL ] Property [ private bool $isRedelivery = false ] Property [ private ?string $exchangeName = NULL ] Property [ private string $routingKey = '' ] } - Methods [23] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method getBody ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRoutingKey ] { - Parameters [0] { } - Return [ string ] } Method [ public method getConsumerTag ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getDeliveryTag ] { - Parameters [0] { } - Return [ ?int ] } Method [ public method getExchangeName ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method isRedelivery ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getHeader ] { - Parameters [1] { Parameter #0 [ string $headerName ] } - Return [ mixed ] } Method [ public method hasHeader ] { - Parameters [1] { Parameter #0 [ string $headerName ] } - Return [ bool ] } Method [ public method getContentType ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getContentEncoding ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getHeaders ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDeliveryMode ] { - Parameters [0] { } - Return [ int ] } Method [ public method getPriority ] { - Parameters [0] { } - Return [ int ] } Method [ public method getCorrelationId ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getReplyTo ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getExpiration ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getMessageId ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getTimestamp ] { - Parameters [0] { } - Return [ ?int ] } Method [ public method getType ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getUserId ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getAppId ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getClusterId ] { - Parameters [0] { } - Return [ ?string ] } } } Class [ class AMQPEnvelopeException extends AMQPException implements Stringable, Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected string $file = '' ] Property [ protected int $line = 0 ] Property [ private AMQPEnvelope $envelope ] } - Methods [11] { Method [ public method getEnvelope ] { - Parameters [0] { } - Return [ AMQPEnvelope ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } - Tentative return [ void ] } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface AMQPValue ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method toAmqpValue ] { - Parameters [0] { } } } } Class [ final readonly class AMQPTimestamp implements Stringable, AMQPValue ] { - Constants [2] { Constant [ public float MAX ] { 1.844674407371E+19 } Constant [ public float MIN ] { 0 } } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ private float $timestamp ] } - Methods [4] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ float $timestamp ] } } Method [ public method getTimestamp ] { - Parameters [0] { } - Return [ float ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method toAmqpValue ] { - Parameters [0] { } } } } Class [ final readonly class AMQPDecimal implements AMQPValue ] { - Constants [4] { Constant [ public int EXPONENT_MIN ] { 0 } Constant [ public int EXPONENT_MAX ] { 255 } Constant [ public int SIGNIFICAND_MIN ] { 0 } Constant [ public int SIGNIFICAND_MAX ] { 4294967295 } } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ private int $exponent ] Property [ private int $significand ] } - Methods [4] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ int $exponent ] Parameter #1 [ int $significand ] } } Method [ public method getExponent ] { - Parameters [0] { } - Return [ int ] } Method [ public method getSignificand ] { - Parameters [0] { } - Return [ int ] } Method [ public method toAmqpValue ] { - Parameters [0] { } } } } } }