示例#1
0
 public function mktime($hour, $minute, $second, $month, $day, $year, $dst = -1, $gmt = false)
 {
     return parent::mktime($hour, $minute, $second, $month, $day, $year, $dst, $gmt);
 }