chmod



examples/files/chmod.php
<?php

    chmod(filename, "644");
    chmod(filename, "a+w");

?>