通过 PHP 访问文件属性
在 Windows 资源管理器中,有一个摘要选项卡,其中包含每个文件的标题、主题、作者、类别、关键字和注释。是否可以使用 php 读取和编辑这些数据?
In windows explorer their is a summary tab that contains, title, subject, author, category, keywords, and comments for every file. Is it possible to read and edit this data using php?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于许多应用程序,您无法在 Windows 中使用 PHP 获取有意义的元数据。唯一真正的例外是使用 PHP 的组件对象模型。
参考
以下是 word/excel 的示例:
You can't get meaningful metadata with PHP in windows for many applications. The only real exception for this would be using PHP's Component Object Model.
Reference
Here is an example for word / excel: