
are there methods to CHMOD/CHGRP/CHOWN files in PHP?
I´m establishing the upload script for users at the moment, the files are stored in a .tmp-file while uploading and then are moved to the target folder, and to be on the safe side I want to change the permissions of these files to an absolute minimum until they are checked....could be done by hand of course, but would be much more comfy if it´s done automaticly when moving the file.