chown() 函数改变指定文件的所有者。
如果成功则返回 TRUE,如果失败则返回 FALSE。
chown(file,owner)
<?php chown("test.txt","charles") ?>