MySQLi
class MySQLi
{
string $host_info;
string $info;
int $insert_id;
string $sqlstate;
int $thread_id;
int $warning_count;
mysqli_stmt prepare
( string $query
)
bool mysqli::real_connect
([
string $host
[,
string $username
[,
string $passwd
[,
string $dbname
[,
int $port
[,
string $socket
[,
int $flags
]]]]]]] )
bool real_query
( string $query
)
bool mysqli::ssl_set
(
string $key
,
string $cert
,
string $ca
,
string $capath
,
string $cipher
)
mysqli_stmt stmt_init
( void
)
mysqli_result store_result
( void
)
mysqli_result use_result
( void
)
}