chmod
- chmod
<?php
chmod(filename, "644");
chmod(filename, "a+w");
?>
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
<?php
chmod(filename, "644");
chmod(filename, "a+w");
?>