mysqli_stmt (class)

The mysqli_stmt class

Introduction

(PHP 5, PHP 7)

Represents a prepared statement.

Class synopsis

mysqli_stmt {
/* Properties */
int $errno;
array $error_list;
登录查看完整内容