Anyone know a way I can grab file information via PHP, like ownership or date last modified? I'm trying to make a script that automatically deletes files that are 15 minutes old, so I am trying to find a way to read their date without manually grepping a "ls -l" command. I can do it the old fashion way, but I'd like to have a more elegant solution. Thanks!
Mike