ホームページ >バックエンド開発 >PHPチュートリアル >PHP は秒 (タイムスタンプではない) を時と分に変換します
PHP は秒 (タイムスタンプではない) を時と分に変換します
PHP コードによる Web サイト構築: http://www.ucantech.com/
//秒 (タイムスタンプではない) を ** 時間 ** 分に変換
function sec2time($sec){
$sec =round($sec/60);
if ($sec >= 60){
$hour = Floor($sec/60);
$min = $sec %60 ;
$res = $hour.' 時間';
$min != 0 && $res .= $min.' 分';
$res = $sec .'分';
}
return $res;
}
時間を日、時、分、秒に変換します
PHP コードをクリップボードにコピーします
< ;?php
furting $ this-&gt; function getminutes()
}
3600 );
$this->hours = Floor($sec / 3600);
$remainSeconds = $sec % 3600;
$this-> minutes = Floor( $remainSeconds / 60);
$this->秒 = intval($sec - $this->時間 * 3600 - $this->分 * 60); new FormatSeconds(360000);
print $fs->getDays();
print " ";
print " "; 🎜> 印刷 " " (fblww-0110)