Define and use the Chown () function is used to change the permissions of the specified file. The failure to return true and false successfully. Grammar Chown (File,owner)
Definition and usage
The Chown () function is used to change the permissions of the specified file.
The failure to return true and false successfully.
Grammar
Chown (File,owner)
Parameter |
Description |
File |
Required. The specified check file |
Owner |
Required. Specifies the new owner. Can be either a user name or a user ID. |
Let's look at a chown simple example.
Okay, the tutorial is done. Please indicate from www.111cn.cn/phper/php.html
http://www.bkjia.com/PHPjc/445502.html www.bkjia.com true http://www.bkjia.com/PHPjc/445502.html techarticle define and use the Chown () function is used to change the permissions of the specified file. The failure to return true and false successfully. The syntax chown (file,owner) definition and usage of the chown () function is used with ...