random1 Posted April 29, 2009 Share Posted April 29, 2009 I've got the test code: chmod($filename, 0777); echo(fileperms($filename)) . '<br />'; chmod($filename, 0655); echo(fileperms($filename)) . '<br />'; I get the printout of: 33206 33206 No difference? I'm using Windows as my server, does this cause an issue with permissions? Link to comment https://forums.phpfreaks.com/topic/156067-chmod-files/ Share on other sites More sharing options...
Mchl Posted April 29, 2009 Share Posted April 29, 2009 There is no chmod on Windows (the permissions system is different than the one used in *NIX). Link to comment https://forums.phpfreaks.com/topic/156067-chmod-files/#findComment-821619 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.