Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
mysqli_stmt_fetch
(PHP 5)
mysqli_stmt_fetch(no version information, might be only in CVS)
stmt->fetch() -- Fetch results from a prepared statement into the bound variablesPopis
Procedural style:
bool mysqli_stmt_fetch ( mysqli_stmt stmt )Object oriented style (method):
class mysqli_stmt {bool fetch ( void )
}
Fetch the result from a prepared statement into the variables bound by mysqli_stmt_bind_result().
Poznámka: Note that all columns must be bound by the application before calling mysqli_stmt_fetch().
PÅ™Ãklady
PÅ™Ãklad 2. Procedural style
|
Výše uvedený pÅ™Ãklad vypÃÅ¡e:
Rockford (USA) Tallahassee (USA) Salinas (USA) Santa Clarita (USA) Springfield (USA) |
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
mysqli_stmt_execute | Nahoru |