泰山神 发表于 2017-4-11 11:23:04

php fileowner函数-文件系统函数库

取得文件的拥有者。
语法: int fileowner(string filename);
返回值: 整数
函数种类: 文件存取

内容说明本函数返回指定文件拥有者的 UID 值。返回 false 表示发生错误。返回值放在快取缓冲区中,可以相关函数: clearstatcache()。
页: [1]
查看完整版本: php fileowner函数-文件系统函数库