db_lock_table($table)
Lock a table.
includes/database.mysqli.inc, line 336
<?php function db_lock_table($table) { db_query('LOCK TABLES {' . db_escape_table($table) . '} WRITE'); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen