Home  >  Article  >  Backend Development  >  php chown function_PHP tutorial

php chown function_PHP tutorial

WBOY
WBOYOriginal
2016-07-20 11:00:381182browse

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)

		Parameter
Description
file 必需的。指定的检查文件
owner 必需的。指定新的所有者。可以是用户名或用户ID 。
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

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/445502.htmlTechArticleDefinition 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...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn