|
dolibarr 21.0.0-alpha
|
Class to make SSL connection. More...


Public Member Functions | |
| __construct ($host, $user, $pass, $name, $port=0, $socket="") | |
| Constructor. | |
Class to make SSL connection.
Definition at line 1295 of file mysqli.class.php.
| mysqliDoli::__construct | ( | $host, | |
| $user, | |||
| $pass, | |||
| $name, | |||
| $port = 0, | |||
| $socket = "" ) |
Constructor.
This create an opened connection to a database server and eventually to a database
| string | $host | Address of database server |
| string | $user | Name of database user |
| string | $pass | Password of database user |
| string | $name | Name of database |
| int | $port | Port of database server |
| string | $socket | Socket |
Definition at line 1308 of file mysqli.class.php.