cMySql57_Utils::CheckServerConnection() - rstoetter/libsqlphp GitHub Wiki

Method CheckServerConnection( )

 public  static   integer rstoetter\libsqlphp\cMySql57_Utils::CheckServerConnection(string $host, string $account, string $password)

The method CheckServerConnection tests the server connection

Example:

Arguments

  • $host string - <p>the name of the host</p>
  • $account string - <p>the name of the user</p>
  • $password string - <p>the password of the user</p>

Returns

integer a bit mask

See also