test.php 528 B

1234567891011121314
  1. <?php
  2. namespace loyalsoft;
  3. include __DIR__ . '/main.php';
  4. //require_once ROOTDIR . '/Util/OpenSSLVerify.php'; # Ps. 这个文件和类名没有对应关系.
  5. //header('X-Accel-Buffering: no'); # nginx 控制头, 关闭buffer
  6. //set_time_limit(15); # 设置执行超时时间
  7. echoLine("phpver:" . PHP_VERSION);
  8. $t = gMem()->hget("gate", "31");
  9. var_dump($t);
  10. gMem()->zadd("t", array("wg" => $t));