php chown function_PHP tutorial

WBOY
Release: 2016-07-20 11:00:38
Original
1200 people have browsed it

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)
Copy after login
Copy after login
Copy after login
		Parameter
Copy after login
Description
file 必需的。指定的检查文件
owner 必需的。指定新的所有者。可以是用户名或用户ID 。
Description
file Required. Specified check file
owner Required. Specify new owner. Can be a username or user ID.
我们来看个chown简单的例子吧。
Copy after login
Copy after login
Copy after login
<!--?phpchown("test.txt","charles")?-->
Copy after login
 
Copy after login
好了教程就完成了。转请注明来自www.111cn.cn/phper/php.html
Copy after login

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...
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!