|
SAMConnection::isConnectedQueries whether a connection is established to a Messaging Server Beschreibung
bool SAMConnection::isConnected
( void
)
Calling the "isConnected" method on a Connection object will check whether the PHP script is connected to a messaging server. No messages can be sent or received unless a connection has been established with a Messaging server. Rückgabewerte
This method returns Beispiele
Beispiel #1 Checking whether there us a connection to a Messaging Server
<?php |