mysqli_stmt 类
(PHP 5, PHP 7, PHP 8)
类摘要
class mysqli_stmt
{
public
readonly
string
$error;
public attr_set(
int $attribute
,
int $value
):
bool
public execute(
?array $params
= null
):
bool
public prepare(
string $query
):
bool
}
Table of Contents