|
The mysqli class(Информация о версии неизвестна, возможно, только в SVN) ВведениеRepresents a connection between PHP and a MySQL database. Обзор классов
mysqli
{
/* Свойства */
string $mysqli->client_info;
string $mysqli->connect_errno;
string $mysqli->connect_error;
int $mysqli->errno;
string $mysqli->error;
int $mysqli->field_count;
string $mysqli->host_info;
string $mysqli->protocol_version;
string $mysqli->server_info;
string $mysqli->info;
string $mysqli->sqlstate;
int $mysqli->thread_id;
/* Методы */
bool real_connect
([ string $host
[, string $username
[, string $passwd
[, string $dbname
[, int $port
[, string $socket
[, int $flags
]]]]]]] )
}Содержание
|
|