|
AMQPConnection::isConnectedDetermine if the AMQPConnection object is connected to the broker. Description
public bool AMQPConnection::isConnected
( void
)
This method will check whether the connection to the AMQP broker is still valid. It does so by checking the return status of the last command. ParametersThis function has no parameters. Return ValuesReturns true if connected, false otherwise Examples
Example #1 AMQPConnection::isConnected example
<?php |