您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

9 行
253 B

  1. <?php
  2. require_once 'Common/Mysql.php';
  3. delete_memcache("orderPoolStatus[563337]");delete_memcache("orderList[563337]");
  4. $array1 = get_memcache("orderPoolStatus[563337]");
  5. $array2 = get_memcache("orderList[563337]");
  6. print_r($array1);
  7. print_r($array2);