$b) ? date('Y-m-d', time()-24*3600) : date('Y-m-d');
?>
如果$a>$b则返回date(‘Y-m-d’, time()-24*3600)即前一天的时间
如果$a<$b即条件不成立,那么运算:后面的即,当前时间date(‘Y-m-d’);