AMQPQueue::setArgument

(PECL amqp >= Unknown)

AMQPQueue::setArgumentSet the value for the given key

Beskrivelse

public void AMQPQueue::setArgument ( string $key , mixed $value )

Set the key to the given value.

Parametre

key

The key to set.

value

The value to set.

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top