memcache實例:緩存一條sql語句的執行結果

<?php header('Content-type:text/html;charset=utf-8'); //案例:要緩存一條sql語句的執行結果。 //關鍵點:關鍵是構造鍵名,給sql語句字符串,執行md5加密後的字符串當前鍵。 //實例化 $men = new Memcache(); //鏈接到memcache服務器 $men->connect('localhost',11211); //
相關文章
相關標籤/搜索