检查文件权限
问题描述:
如何查看file permissions
,而不必通过passthru()
或exec()
运行特定于操作系统的命令?
How can I check file permissions
, without having to run operating system specific command via passthru()
or exec()
?
如何查看file permissions
,而不必通过passthru()
或exec()
运行特定于操作系统的命令?
How can I check file permissions
, without having to run operating system specific command via passthru()
or exec()
?