testConnection() public static méthode

Returns TRUE if connection has been established and FALSE otherwise.
public static testConnection ( ) : boolean
Résultat boolean
Exemple #1
0
 /**
  * Test for testConnection() method.
  *
  * @return void
  */
 public function testConnectionTester()
 {
     asrt(R::testConnection(), TRUE);
 }