|
PHP5中文手册
mysqli_stmt_fetchstmt->fetch()(No version information available, might be only in CVS) stmt->fetch() — Fetch results from a prepared statement into the bound variables 说明Procedural style:
bool mysqli_stmt_fetch
( mysqli_stmt $stmt
)
Object oriented style (method): mysqli_stmt
bool fetch
( void
)
Fetch the result from a prepared statement into the variables bound by mysqli_stmt_bind_result().
返回值
范例Example#1 Object oriented style
<?php Example#2 Procedural style
<?php 上例将输出:
|