public static function gc($gcProbability = 30) { srand(time()); return (rand() % 100) < $gcProbability; }
上一篇:php7.1.1一键安装/配置文件简单优化
下一篇:PHP_OS内核预定义常量