Javascript debugger
Website design
↑
Procedural style:
Object oriented style (method):
mysqli {
mysqli init();
}
Allocates or initializes a MYSQL object suitable for mysqli_options() and mysqli_real_connect().
Any subsequent calls to any mysqli function (except mysqli_options()) will fail until mysqli_real_connect() was called.