|
@@ -34,8 +34,13 @@ class Kuaishou extends Base
|
|
|
|
|
|
public function getSelTime()
|
|
|
{
|
|
|
- $time = microtime();
|
|
|
- var_dump($time);
|
|
|
+ strtotime("- 30 days");
|
|
|
+ strtotime("- 23 days");
|
|
|
+ var_dump(strtotime("- 30 days"), strtotime("- 23 days"));
|
|
|
+
|
|
|
+ /* list($msec, $sec) = explode(' ', microtime());
|
|
|
+ $msectime = (float)sprintf('%.0f', (floatval($msec) + floatval($sec)) * 1000);
|
|
|
+ return $msectimes = substr($msectime,0,13);*/
|
|
|
}
|
|
|
|
|
|
/**
|