コード例 #1
0
ファイル: datetime.php プロジェクト: noccy80/lepton-ng
function duration($dur)
{
    return Duration::toSeconds('! ' . $dur);
}