|
(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().
Nota: Note that all columns must be bound by the application before calling mysqli_stmt_fetch().
mysqli_prepare(), mysqli_stmt_errno(), mysqli_stmt_error() e mysqli_stmt_bind_result().
Esempio 2. Procedural style
|
The above example will output:
Rockford (USA) Tallahassee (USA) Salinas (USA) Santa Clarita (USA) Springfield (USA) |
Hosting by: hurra.com
Generated: 2007-01-26 17:56:29