downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  

<SAMConnection->errorSAMConnection->peek()>
Last updated: Thu, 26 Jun 2008

SAMConnection->isConnected()

(No version information available, might be only in CVS)

SAMConnection->isConnected() — Queries whether a connection is established to a Messaging Server

Description

SAMConnection
bool 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.

Return Values

This method returns TRUE if the SAMConnection object is successfully connected to a Messaging server or FALSE otherwise.

Examples

Example #1 Checking whether there us a connection to a Messaging Server

<?php

if ($conn->isConnected()) {
  echo
'Connection is active.'
} else {
  echo
'No active connection!'
}

?>



add a noteadd a note User Contributed Notes
Queries whether a connection is established to a Messaging Server
There are no user contributed notes for this page.




<SAMConnection->errorSAMConnection->peek()>
Last updated: Thu, 26 Jun 2008
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs