Closed Spone closed 11 years ago
As of PHP 5.1, when called with no arguments, mktime() throws an E_STRICT notice: use the time() function instead.
mktime()
E_STRICT
time()
As of PHP 5.1, when called with no arguments,
mktime()
throws anE_STRICT
notice: use thetime()
function instead.