
Druckansicht von http://www.php-homepage.de/manual/mysqli-stmt.bind-result.php
mysqli_stmt::bind_resultmysqli_stmt_bind_result(PHP 5) mysqli_stmt::bind_result -- mysqli_stmt_bind_result — Binds variables to a prepared statement for result storage BeschreibungObjektorientierter Stil Prozeduraler Stil Binds columns in the result set to variables.
When mysqli_stmt_fetch() is called to fetch data, the
MySQL client/server protocol places the data for the bound columns into
the specified variables
Parameter-Liste
Rückgabewerte
Gibt bei Erfolg BeispieleBeispiel #1 Objektorientierter Stil
<?phpBeispiel #2 Prozeduraler Stil
<?phpDie obigen Bespiele erzeugen folgende Ausgabe: AFG Afghanistan ALB Albania DZA Algeria ASM American Samoa AND Andorra Siehe auch
|