在 PHP 中进行文件操作最有效的方法是什么

发布于 2025-01-02 10:07:32 字数 144 浏览 0 评论 0原文

在 PHP 中进行文件操作最有效的方法是什么,

使用 PHP 添加/编辑/删除文件和目录。

我已经使用 CI 的 FTP 类创建了一个文件管理器,我只是想知道我在做什么或方法是否正确,或者使用 FTP 功能是否不可取?

谢谢,

What is the most efficient way in doing file operations in PHP,

Add / Edit / Delete files and Directory using PHP.

I have created a file manager using CI's FTP Class, i just want to know if what i am doing or the approach is right, or is using FTP functions not advisable ?

Thanks,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

和我恋爱吧 2025-01-09 10:07:32

您可以按照此处提到的方式使其更加安全。
http://codeigniter.com/forums/viewthread/151532/

否则,CI 有自己的安全类。您可以使用它们对用户进行安全的文件访问。

You can make it much secured as mentioned here.
http://codeigniter.com/forums/viewthread/151532/

Otherwise, CI has its own security classes. You can use them to make secured file access to users.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文