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
}
プロパティ
-
id
-
プリペアドステートメントの ID を保持します。
目次