Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

19 lignes
329 B

  1. <?php
  2. require_once 'Common/Mysql.php';
  3. $check_run_id=565816;
  4. echo "RUN_ID:".$check_run_id."\r\n-------\r\n";
  5. echo "orderPoolStatus=\r\n";
  6. $array1 = get_memcache("orderPoolStatus[{$check_run_id}]");
  7. $array2 = get_memcache("orderList[$check_run_id]");
  8. print_r($array1);
  9. echo "--------\r\norderList=\r\n";
  10. print_r($array2);