TimeValidator::checkTime()

static bool checkTime(int $hour, int $minute, int $second)

Checks whether a time is valid.

Parameters

int $hour The hour
int $minute The minute
int $second The second

Return Value

bool Whether the time is valid
doc_Symfony
2016-10-28 06:34:35
Comments
Leave a Comment

Please login to continue.