|
mysqli_stmt::fetchmysqli_stmt_fetchFetch results from a prepared statement into the bound variables BeschreibungObjektorientierter Stil
bool mysqli_stmt::fetch
( void
)
Prozeduraler Stil
bool mysqli_stmt_fetch
( mysqli_stmt
$stmt
)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
|