本文介绍了PEAR扩展的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我刚刚开始进入并学习PEAR,但有一件事我还没有开始使用PEAR将数据插入数据库......它可以用于此吗?还有你对它的缓存功能的看法是什么?

Hi,

I''ve just recently starting getting into and learning PEAR, but one thing I haven''t come accross yet is using PEAR to insert data into a DB... can it be used for this? and also what are your views on it''s cache function?

推荐答案





这就是预备语句的作用。


PDO-Guy

that’s what Prepared Statements do.

the PDO-Guy


这篇关于PEAR扩展的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 16:48