Mega Code Archive

 
Categories / Php / File Directory
 

Changing file permissions

<?php chmod('/home/user/secrets.txt',0400); ?>