R'
Size: a a a
️️
АП
R'
️️
️️
K
️️
K
️️
N
public function __construct($host = "localhost", $user = "jjjjj", $pass = "jjjjjjjj", $db_name = "jjjjjjjj") {
$this->isConn = TRUE;
$this->db = new mysqli($host, $user, $pass, $db_name);
if (mysqli_connect_errno()) {
return false;
exit;
}
}
R'
🇧