|
PHP5中文手册
maxdb_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 maxdb_stmt_fetch
( resource $stmt
)
Object oriented style (method): stmt
bool fetch
( void
)
maxdb_stmt_fetch() returns row data using the variables bound by maxdb_stmt_bind_result().
返回值
范例Example#1 Object oriented style
<?php Example#2 Procedural style
<?php The above examples would produce the following output:
|