amqpqueue(3) php man page | unix.com

Man Page: amqpqueue

Operating Environment: php

Section: 3

AMQPQUEUE(3)								 1							      AMQPQUEUE(3)

The AMQPQueue class

INTRODUCTION
Represents an AMQP queue.
CLASS SYNOPSIS
AMQPQueue AMQPQueue Methods o public bool AMQPQueue::ack AMQP_NOPARAM (int $delivery_tag, [int $flags]) o public bool AMQPQueue::bind (string $exchange_name, string $routing_key) o public bool AMQPQueue::cancel ([string $consumer_tag = ""]) o public AMQPQueue::__construct (AMQPChannel $amqp_channel) o public void AMQPQueue::consume AMQP_NOPARAM (callable $callback, [int $flags]) o public int AMQPQueue::declare (void ) o public bool AMQPQueue::delete (void ) o public mixed AMQPQueue::get ([int $flags = ini_get("amqp.auto_ack")]) o public mixed AMQPQueue::getArgument (string $key) o public array AMQPQueue::getArguments (void ) o public int AMQPQueue::getFlags (void ) o public string AMQPQueue::getName (void ) o public void AMQPQueue::nack AMQP_NOPARAM (string $delivery_tag, [string $flags]) o public bool AMQPQueue::purge (void ) o public void AMQPQueue::setArgument (string $key, mixed $value) o public void AMQPQueue::setArguments (array $arguments) o public void AMQPQueue::setFlags (int $flags) o public void AMQPQueue::setName (string $queue_name) o public bool AMQPQueue::unbind (string $exchange_name, string $routing_key) PHP Documentation Group AMQPQUEUE(3)
Related Man Pages
reflectionclass(3) - php
directoryiterator(3) - php
gearmanworker(3) - php
recursivearrayiterator(3) - php
reflectionfunctionabstract(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun