(PHP 5, PHP 7)
Used for establishing secure connections using SSL
bool mysqli::ssl_set ( string $key, string $cert, string $ca, string $capath, string $cipher )
Object oriented style
Procedural style
bool mysqli_ssl_set ( mysqli $link , string $key , string $cert , string $ca , string $capath , string $cipher )
Used for establishing secure connections using SSL. It must be called before mysqli_real_connect(). This function