mirror of
https://github.com/php/php-src.git
synced 2025-01-03 17:33:32 +08:00
6 lines
133 B
PHP
6 lines
133 B
PHP
<?php
|
|
$db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
|
|
@unlink($db_filename);
|
|
@unlink($db_filename.'.lck');
|
|
?>
|