what is Clean(); ?

See all posts See thread Reply

Re: what is Clean(); ? new!
by colin, 13 years, 6 months ago
Output the log produced by the class to check whether it goes to that function or not. If you see cleanup in the log, it should delete the file.

But maybe it diesn't, because of permissions or other weird reason. To test that, remove the @ in front of the unlink() function, so that PHP will not suppress any eventual error message.Reply