db_unlock_tables()
Unlock all locked tables.
includes/database.mysqli.inc, line 343
<?php function db_unlock_tables() { db_query('UNLOCK TABLES'); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen