dolibarr  20.0.0-alpha
Public Member Functions | List of all members
mysqliDoli Class Reference

Class to make SSL connection. More...

Inheritance diagram for mysqliDoli:
Inheritance graph
[legend]
Collaboration diagram for mysqliDoli:
Collaboration graph
[legend]

Public Member Functions

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

Detailed Description

Class to make SSL connection.

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

Constructor & Destructor Documentation

◆ __construct()

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

Constructor.

This create an opened connection 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 1301 of file mysqli.class.php.


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