Home  >  Article  >  Backend Development  >  memcache问题

memcache问题

WBOY
WBOYOriginal
2016-06-23 13:35:45920browse

A页面 new了 然后set          B页面要获取 又要重新new 然后get  有什么办法B页面获取的时候不用new就能获得Anew出来的对象


回复讨论(解决方案)

对象设为全局怎么样

你调用对象当然要new。

a页面有个 $a,b页面要怎么使用呢?

a页面有个 $a,b页面要怎么使用呢?

我就是要建立memcache全局对象哈  这样每次打开页面每次都要new了 减少开销了  我用$GLOBALS没用哈 听说可以用单例?
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn