中文字幕日韩一区二区_国产一区二区av_国产毛片av_久久久久国产一区_色婷婷电影_国产一区二区精品

php將時間差轉換為字符串提示

這看起來更加人性化,好吧,上代碼
復制代碼 代碼如下:
<?php
class timeAgo
{
static $timeagoObject;
private $rustle;
private $unit;
private function __construct()
{
}
private function __clone(){ }
public static function getObject()
{
if(! (self::$timeagoObject instanceof self) )
self::$timeagoObject = new timeAgo();
return self::$timeagoObject;
}
private function count_int($unix_C) // main function
{
if(! (isset($unix_C) || is_numeric($unix_C)) )
return 'don/'t find parameter';
$d = time()-$unix_C ; // $d - unix time difference value
$d_int =(int)floor($d/60) ; // minimum unit -- minutes unix/60
$this->unit = 0 ; // is minutes,hour or day?
if($d_int < 60){ // minutes in one hour 3600
$this->rustle = $d_int;
$this->unit = 1;
}
else if($d_int < 720){ //hour in one day 3600*12
$this->rustle = floor($d_int/60);
$this->unit = 2 ;
}
else if($d_int < 7200){ //day in ten days 3600*12*10
$this->rustle = floor($d_int/720);
$this->unit = 3 ;
}
else{
$this->rustle = $d ;
$this->unit = 4 ;
}
}
public function piece_str($C)
{
$this->count_int($C);
$u = '';
switch( $this->unit )
{
case 1:
$u = 'minute';
break;
case 2:
$u = 'hour';
break;
case 3:
$u = 'day';
break;
case 4:
$u = '';
break;
case 0:
return 'sorry , get time is fail';
}
if($this->unit < 4)
{
if($this->rustle > 1)
return (string)$this->rustle.$u.'s ago';
else if($this->rustle == 1)
return (string)$this->rustle.$u.'ago';
else
return 'Just now';
}
}
/* example: $ago = timeAgo::getObject();
* echo $ago->piece_str($unix);
* // 2 days ago
*/
}
?>

php技術php將時間差轉換為字符串提示,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 狠狠做深爱婷婷综合一区 | 成人精品一区二区 | 免费一级欧美在线观看视频 | 天天爱av | 国产精品久久久久久久久久久久冷 | 中文字幕一区二区三区四区五区 | 日韩av福利在线观看 | 久久精品视频一区二区三区 | 欧美黄色一级毛片 | 欧美日韩一区二区在线播放 | 九九九视频在线观看 | 97视频久久 | 免费中文字幕日韩欧美 | 国产精品欧美一区二区三区不卡 | 美女爽到呻吟久久久久 | 久久久青草婷婷精品综合日韩 | 日韩av在线一区 | 91高清在线视频 | 激情毛片 | 日韩久草 | 天天av天天好逼 | 国产一级片免费视频 | 国产日屁 | 99精品一区 | 夜夜夜久久| 网色| 一区二区免费在线观看 | 一区二区视频在线观看 | 久久99国产精品久久99果冻传媒 | 欧美日在线 | 91精品国产色综合久久不卡98口 | 97精品视频在线 | 一道本一区二区 | 精品成人av | 91高清在线观看 | 成人久久18免费网站 | 91在线色视频 | 精品久久国产 | 亚洲三区在线观看 | 国产亚洲精品区 | 亚洲精品一区二区久 |