Help for this page

Select Code to Download


  1. or download this
    $ptr = &lock_file($path);
    
    ...
        close($handle);
        unlink($path);
    }