PHP头条
热点:

php 图片上传 使用微秒做文件名,


$m = microtime ();
$mtime = explode(' ' ,$m);
$mtime1 = $mtime[1];
$mtime2 = substr($mtime[0], 2, 6);
$pic_time = "{$mtime1}{$mtime2}";




www.phpzy.comtrue/php/14158.htmlTechArticlephp 图片上传 使用微秒做文件名, $m = microtime (); $mtime = explode(' ' ,$m); $mtime1 = $mtime[1]; $mtime2 = substr($mtime[0], 2, 6); $pic_time = "{$mtime1}{$mtime2}";...

相关文章

    暂无相关文章
相关频道:

PHP之友评论

今天推荐