Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 cakephp 框架。我想检索上传文件的内容并将其存储在数据库中。我希望能够搜索上传文件的内容。
我知道 file_get_contents 适用于普通的 .txt 文件。但我所有的文件都是 .docx 和 .pdfs。有什么我可以使用的解决方案。
我很感激任何帮助。
谢谢
一个快速的谷歌搜索让我得到了这个:
http://davidwalsh.name/read-pdf-doc-file-php
看来您可以搜索这些文件,但它需要一些额外的包。