Is it possible to detect the modification of a file in PHP?
Particularly I'm looking for when the file is updated, but create/save/ etc. would be nice.
Ultimately, I'm hoping to trigger some sort of action on my server for sending an email alert or something similar when a file is updated.