|
AMQPConnection::disconnectCloses the connection with the AMQP broker. Description
public bool AMQPConnection::disconnect
( void
)
This method will close an open connection with the AMQP broker. Parametersvoid Return ValuesReturns true if connection was successfully closed, false otherwise. Examples
Example #1 AMQPConnection::disconnect example
<?php |