dolibarr 19.0.3
mysqliDoli Class Reference

Class to make SSL connection. More...

Inheritance diagram for mysqliDoli:
Collaboration diagram for mysqliDoli:

Public Member Functions

 __construct ($host, $user, $pass, $name, $port=0, $socket="")
 Constructor.
 

Detailed Description

Class to make SSL connection.

Definition at line 1257 of file mysqli.class.php.

Constructor & Destructor Documentation

◆ __construct()

mysqliDoli::__construct ( $host,
$user,
$pass,
$name,
$port = 0,
$socket = "" )

Constructor.

This create an opened connexion to a database server and eventually to a database

Parameters
string$hostAddress of database server
string$userName of database user
string$passPassword of database user
string$nameName of database
int$portPort of database server
string$socketSocket

Definition at line 1270 of file mysqli.class.php.


The documentation for this class was generated from the following file: