AMQPQueue::getArgument

(PECL amqp >= Unknown)

AMQPQueue::getArgumentGet the argument associated with the given key

Beskrivelse

public mixed AMQPQueue::getArgument ( string $key )

Get the argument associated with the given key.

Parametre

key

The key to look up.

Returnerings Værdier

The string or integer value associated with the given key, or FALSE if the key is not set.

add a note add a note

User Contributed Notes

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