您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息
免费发信息

php生成指定位数(13位)的时间戳

2024/4/17 20:57:43发布5次查看
/**

* 返回一定位数的时间戳,多少位由参数决定
*
* @author 陈博
* @param type 多少位的时间戳
* @return 时间戳
*/
private function gettimestamp($digits = false) {
$digits = $digits > 10 ? $digits : 10;
$digits = $digits - 10;
if ((!$digits) || ($digits == 10))
{
return time();
}
else
{
return number_format(microtime(true),$digits,'','');
}
}
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录