PHP chown May 11, 2012 Pramod T P It can be used to change file ownership Example <?php chown(“test.txt”, “phpcodez”); ?>