
Druckansicht von http://www.php-homepage.de/manual/function.mysqli-stmt-fetch.php
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 BeschreibungProcedural 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().
Rückgabewerte
BeispieleExample#1 Object oriented style
<?phpExample#2 Procedural style
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe:
|