PHP. Руководство по PHP. 2005
mysqli_init
mysqli_init
Description
mysqli mysqli_init (void)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.