php time() vs mktime() for current timestamp
06:25 28 Mar 2013

Are there any differences between using functions time() and mktime() with default parameters to obtain current timestamp?

php time mktime