MySQLi_STMT类
(PHP 5, PHP 7)
类摘要
mysqli_stmt
{
mysqli_stmt_affected_rows
(
mysqli_stmt $statement
) :
int|string
public attr_get
(
int $attribute
) :
int
public attr_set
(
int $attribute
,
int $value
) :
bool
mysqli_stmt_error_list
(
mysqli_stmt $statement
) :
array
public fetch
(
) :
bool|null
mysqli_stmt_field_count
(
mysqli_stmt $statement
) :
int
mysqli_stmt_insert_id
(
mysqli_stmt $statement
) :
int|string
mysqli_stmt_param_count
(
mysqli_stmt $statement
) :
int
public prepare
(
string $query
) :
bool
mysqli_stmt_sqlstate
(
mysqli_stmt $statement
) :
string
}
目录