
Druckansicht von http://www.php-homepage.de/manual/mysqli-stmt.fetch.php
mysqli_stmt::fetchmysqli_stmt_fetch(PHP 5) mysqli_stmt::fetch -- mysqli_stmt_fetch — Fetch results from a prepared statement into the bound variables BeschreibungObjektorientierter Stil
bool mysqli_stmt::fetch
( void
)
Prozeduraler Stil Fetch the result from a prepared statement into the variables bound by mysqli_stmt_bind_result().
Parameter-Liste
Rückgabewerte
BeispieleBeispiel #1 Objektorientierter Stil
<?phpBeispiel #2 Prozeduraler Stil
<?phpDie obigen Bespiele erzeugen folgende Ausgabe: Rockford (USA) Tallahassee (USA) Salinas (USA) Santa Clarita (USA) Springfield (USA) Siehe auch
|