bluewalrus
11-19-2009, 01:42 AM
<?php
$file_own = fileowner("images/loading.gif");
echo $file_own;
?>
Why does this return 850? What is 850? I'm testing code on an apache and switching it over to windows IIS after. I read somewhere that chmod doesn't work for windows so I thought i could use chown to change the user. Will the owner be a text representation on windows? Thanks.
$file_own = fileowner("images/loading.gif");
echo $file_own;
?>
Why does this return 850? What is 850? I'm testing code on an apache and switching it over to windows IIS after. I read somewhere that chmod doesn't work for windows so I thought i could use chown to change the user. Will the owner be a text representation on windows? Thanks.