|
(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:
mixed 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().
Notatka: Note that all columns must be bound by the application before calling mysqli_stmt_fetch().
Przykład 2. Procedural style
|
Powyższy przykład wyświetli:
Rockford (USA) Tallahassee (USA) Salinas (USA) Santa Clarita (USA) Springfield (USA) |
Poprzedni | Spis treści | Następny |
mysqli_stmt_execute | Początek rozdziału | mysqli_stmt_free_result |
Hosting by: Hurra Communications Sp. z o.o.
Generated: 2007-01-26 18:02:32