for example:
current time - sometime = 10 min. (how to count this?)
when do it like:
$curtime = time();
$diff = $curtime - $sometime;
if return me the UNIX format, but I need to understand how much it is in normal format?
just 10 min. must be 10, not 123124123123.