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.
|
- <?php
- require_once 'Common/Mysql.php';
-
-
-
-
-
-
-
- $check_run_id=565816;
- echo "RUN_ID:".$check_run_id."\r\n-------\r\n";
- echo "orderPoolStatus=\r\n";
- $array1 = get_memcache("orderPoolStatus[{$check_run_id}]");
- $array2 = get_memcache("orderList[$check_run_id]");
- print_r($array1);
-
- echo "--------\r\norderList=\r\n";
- print_r($array2);
|