db_affected_rows()
Determine the number of rows changed by the preceding query.
includes/database.mysql.inc, line 205
<?php function db_affected_rows() { global $active_db; return mysql_affected_rows($active_db); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen