MysqlndUhConnection::stmtInit

(PECL mysqlnd-uh >= 1.0.0-alpha)

MysqlndUhConnection::stmtInitInitializes a statement and returns a resource for use with mysqli_statement::prepare

说锟斤拷

public MysqlndUhConnection::stmtInit ( mysqlnd_connection $connection ) : resource

Initializes a statement and returns a resource for use with mysqli_statement::prepare.

锟斤拷锟斤拷

connection

Mysqlnd connection handle. Do not modify!

锟斤拷锟斤拷值

Resource of type Mysqlnd Prepared Statement (internal only - you must not modify it!). The documentation may also refer to such resources using the alias name mysqlnd_prepared_statement.

锟斤拷锟斤拷

Example #1 MysqlndUhConnection::stmtInit() example

<?php
class proxy extends MysqlndUhConnection {
 public function 
stmtInit($res) {
  
printf("%s(%s)\n"__METHOD__var_export(func_get_args(), true));
  
var_dump($res);
  
$ret parent::stmtInit($res);
  
printf("%s returns %s\n"__METHOD__var_export($rettrue));
  
var_dump($ret);
  return 
$ret;
 }
}
mysqlnd_uh_set_connection_proxy(new proxy());
$mysqli = new mysqli("localhost""root""""test");
$stmt $mysqli->prepare("SELECT 1 AS _one FROM DUAL");
$stmt->execute();
$one NULL;
$stmt->bind_result($one);
$stmt->fetch();
var_dump($one);
?>

锟斤拷锟斤拷锟斤拷锟教伙拷锟斤拷锟斤拷锟�

proxy::stmtInit(array (
  0 => NULL,
))
resource(19) of type (Mysqlnd Connection)
proxy::stmtInit returns NULL
resource(246) of type (Mysqlnd Prepared Statement (internal only - you must not modify it!))
int(1)

锟轿硷拷

  • mysqlnd_uh_set_connection_proxy() - Installs a proxy for mysqlnd connections
  • mysqli_stmt_init() - 锟斤拷始锟斤拷一锟斤拷锟斤拷洳拷锟斤拷锟揭伙拷锟斤拷锟斤拷锟絤ysqli_stmt_prepare(锟斤拷锟斤拷)锟侥讹拷锟斤拷