微信扫一扫
php gc 更新:HHH 时间:2023-1-7
public static function gc($gcProbability = 30) { srand(time()); return (rand() % 100) < $gcProbability; }