示例#1
0
function second($timeStr)
{
    return (int) getYMDHMS($timeStr, 5);
}
示例#2
0
function Second($timeStr)
{
    return getYMDHMS($timeStr, 5);
}