Definition and Usage The chown() function is used to change the permissions of the specified file. Returns TRUE on success and FALSE on failure. Syntax chown(file,owner)
Definition and usage
The chown() function is used to change the permissions of the specified file.
Returns TRUE on success and FALSE on failure.
Grammar
chown(file,owner)
|
Description | ||||||
---|---|---|---|---|---|---|---|
file | Required. Specified check file | ||||||
owner | Required. Specify new owner. Can be a username or user ID. |
我们来看个chown简单的例子吧。
<!--?phpchown("test.txt","charles")?-->
好了教程就完成了。转请注明来自www.111cn.cn/phper/php.html