Php/docs/class.mysqlnduhpreparedstatement
来自菜鸟教程
(PECL mysqlnd-uh >= 1.0.0-alpha)
简介
类摘要
MysqlndUhPreparedStatement {
public __construct ( )
public execute
( mysqlnd_prepared_statement $statement
) : bool
public prepare
( mysqlnd_prepared_statement $statement
, string $query
) : bool
}
Table of Contents
- MysqlndUhPreparedStatement::__construct — The __construct purpose
- MysqlndUhPreparedStatement::execute — Executes a prepared Query
- MysqlndUhPreparedStatement::prepare — Prepare an SQL statement for execution
/* 方法 */