在 PHP 中进行文件操作最有效的方法是什么
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以按照此处提到的方式使其更加安全。
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.