位置: 编程技术 - 正文
推荐整理分享PHP:fileowner()的用法_Filesystem函数(php file_append),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:php_fileinfo,php中$_files,php中file,php_fileinfo作用,php中file,php_fileinfo作用,php中file,php中file,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4, PHP 5)
fileowner — 取得文件的所有者
说明 int fileowner ( string $filename )取得文件的所有者。
参数filename
文件的路径。
返回值返回文件所有的用户 ID,如果出错则返回 FALSE。用户 ID 以数字格式返回,用 posix_getpwuid() 来将其解析为用户名。
范例
Example #1 找到文件的所有者
<?php$filename='index.php';print_r(posix_getpwuid(fileowner($filename)));?> 错误/异常失败时抛出E_WARNING警告。
注释Note: 此函数的结果会被缓存。参见clearstatcache() 以获得更多细节。
Tip自 PHP 5.0.0 起, 此函数也用于某些URL 包装器。请参见 支持的协议和封装协议以获得支持 stat() 系列函数功能的包装器列表。
参见filegroup() - 取得文件的组 stat() - 给出文件的信息 posix_getpwuid() - Return info about a user by user id
PHP:filegroup()的用法_Filesystem函数 filegroup(PHP4,PHP5)filegroup取得文件的组说明intfilegroup(string$filename)取得该文件所属组的ID。组ID以数字格式返回,用posix_getgrgid()来将其解析为组名。参数filen
PHP:fileinode()的用法_Filesystem函数 fileinode(PHP4,PHP5)fileinode取得文件的inode说明intfileinode(string$filename)取得文件的inode。参数filename文件的路径。返回值返回文件的inode节点号,或者在失败时
PHP:file_exists()的用法_Filesystem函数 file_exists(PHP4,PHP5)file_exists检查文件或目录是否存在说明boolfile_exists(string$filename)检查文件或目录是否存在。参数filename文件或目录的路径。在Windows中要用
标签: php file_append
本文链接地址:https://www.jiuchutong.com/biancheng/285222.html 转载请保留说明!友情链接: 武汉网站建设