You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

40 lines
840 B

  1. <?php
  2. require_once 'Common/Mysql.php';
  3. /*
  4. $zizai = get_memcache('lion_threater_info');
  5. print_r($zizai);
  6. exit();
  7. */
  8. $list_tic = get_memcache('disney_ticket_info');
  9. print_r($list_tic);
  10. print_r($list_tic["2017-01-11"]);
  11. exit();
  12. /*
  13. $run_id =565816;
  14. delete_memcache("orderPoolStatus[{$run_id}]");delete_memcache("orderList[{$run_id}]");
  15. die;
  16. $run_id =569536;
  17. $array1 = get_memcache("orderPoolStatus[{$run_id}]");
  18. $array2 = get_memcache("orderList[{$run_id}]");
  19. echo "----PoolStatus---\r\n";
  20. print_r($array1);
  21. echo "----OrderList----\r\n";
  22. print_r($array2);
  23. $base_info = $array2[3];
  24. $base_info[2] = "1,473757,1";
  25. $base_info[7] = "-1,473757,0";
  26. $new_array = array();
  27. $new_array[11]=$base_info;
  28. set_memcache("orderList[{$run_id}]", $new_array);
  29. echo "--new array---\r\n";
  30. $array3 = get_memcache("orderList[{$run_id}]");
  31. print_r($array3);
  32. */