位置: 编程技术 - 正文
推荐整理分享PHP:lchown()的用法_Filesystem函数(php使用方法),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:php include once,php include once,php使用方法,phpwhile用法,php __invoke,php __invoke,php中??,php中??,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 5 >= 5.1.2)
lchown — Changes user ownership of symlink
说明 bool lchown ( string $filename , mixed $user )Attempts to change the owner of the symlink filename to user user.
Only the superuser may change the owner of a symlink.
参数filename
Path to the file.
userUser name or number.
返回值成功时返回 TRUE, 或者在失败时返回 FALSE。
范例
Example #1 Changing the owner of a symbolic link
<?php$target='output.php';$link='output.html';symlink($target,$link);lchown($link,8);?> 注释Note: 此函数不能作用于远程文件,被检查的文件必须是可通过服务器的文件系统访问的。
Note: 当启用安全模式时,PHP 会检查被操作的文件或目录是否与被执行的脚本有相同的 UID(所有者)。
Note: 此函数未在 Windows 平台下实现。
参见chown() - 改变文件的所有者 lchgrp() - Changes group ownership of symlink chgrp() - 改变文件所属的组 chmod() - 改变文件模式
PHP:linkinfo()的用法_Filesystem函数 linkinfo(PHP4,PHP5)linkinfo获取一个连接的信息说明intlinkinfo(string$path)获取一个连接的信息。本函数用来验证一个连接(由path所指向的)是否确实存在(使用s
PHP:link()的用法_Filesystem函数 link(PHP4,PHP5)link建立一个硬连接说明boollink(string$target,string$link)link()建立一个硬连接。参数target要链接的目标。link链接的名称。返回值成功时返回TRUE,或
PHP:lchgrp()的用法_Filesystem函数 lchgrp(PHP5=5.1.2)lchgrpChangesgroupownershipofsymlink说明boollchgrp(string$filename,mixed$group)Attemptstochangethegroupofthesymlinkfilenametogroup.Onlythesuperusermaychangethegroupofasymlinkarbitr
标签: php使用方法
本文链接地址:https://www.jiuchutong.com/biancheng/285192.html 转载请保留说明!上一篇:PHP:lstat()的用法_Filesystem函数(phpstan)
下一篇:PHP:linkinfo()的用法_Filesystem函数(php linq)
友情链接: 武汉网站建设