文字

范例

Table of Contents

用户评论:

[#1] swapniltiwhane at gmail dot com [2014-06-18 09:31:39]

$memcache = new Memcache;  //initialised memcahe
@$memcache->connect("127.0.0.1",11211);  // connect memcahe server
$cache = getCache(md5("mysql_query" . $sql));
//get sql query if already cached in memcahe

上一篇: 下一篇: