1 2 3 4 5
<?php $db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc @unlink($db_filename); @unlink($db_filename.'.lck'); ?>