MySQLi_STMT类
(PHP 5, PHP 7, PHP 8)
类摘要
class mysqli_stmt
{
mysqli_stmt_affected_rows(
mysqli_stmt $statement
):
int|string
public attr_set(
int $attribute
,
int $value
):
bool
public execute(
?array $params
= null
):
bool
mysqli_stmt_insert_id(
mysqli_stmt $statement
):
int|string
public prepare(
string $query
):
bool
}
目录