|
(PHP 5)
mysqli_stmt_fetch(no version information, might be only in CVS)
stmt->fetch -- Fetch results from a prepared statement into the bound variablesProcedural style:
bool mysqli_stmt_fetch ( mysqli_stmt stmt )Object oriented style (method):
class mysqli_stmt {mysqli_stmt_fetch() fetch the result from a prepared statement into the variables bound by mysqli_stmt_bind_result().
Anmerkung: Note that all columns must be bound by the application before calling mysqli_stmt_fetch().
mysqli_prepare(), mysqli_stmt_errno(), mysqli_stmt_error() und mysqli_stmt_bind_result().
Beispiel 2. Procedural style
|
Das oben gezeigte Beispiel erzeugt folgende Ausgabe:
Rockford (USA) Tallahassee (USA) Salinas (USA) Santa Clarita (USA) Springfield (USA) |
Zurück | Zum Anfang | Weiter |
mysqli_stmt_execute | Nach oben | mysqli_stmt_free_result |
Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 17:57:04