fackz


Member since 08/14/2008

6 snippets

5202 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet popular snippet:having a snipplet with 20 favorites

fackz's Recent PHP SnippetsTagged files



« Prev 1 Next »
This example shows how to delete specific files after a given time span. This works good for cleaning cached files.
1 584 posted 13 years ago by fackz
This is another way to get a list of files ordered by upload time.
1 977 posted 14 years ago by fackz
count files in a given dir
2 635 posted 14 years ago by fackz
delete all files in a directory that are more than 7 days old.
4 892 posted 15 years ago by fackz
The .jpg extension can be changed to any extension. So if you want to pull out only .txt files, you just need to replace the .jpg with .txt. If you want to list ALL files, just remove the condition.
1 881 posted 15 years ago by fackz
This is a function that selects files from a directory and orders them by the last time they were changed, in ascending or descending order. The snippet also calculates how much time passed since the file’s content was changed.
2 1408 posted 15 years ago by fackz
« Prev 1 Next »