Modified a comment
This commit is contained in:
parent
b898e6bddd
commit
79e39f6783
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
||||||
function ght($ts,$fa=null,$sd=2) {
|
function ght($ts,$fa=null,$sd=2) {
|
||||||
/*
|
/*
|
||||||
$ts is seconds (can be float)
|
$ts is seconds (can be float)
|
||||||
if not null, $fa has to be an array defining the output suffixes, see below
|
if not null, $fa has to be an array defining the output suffixes, see below its default ;-)
|
||||||
its default ;-)
|
|
||||||
$sd is how many decimals to put after a dot after seconds (can be 0)
|
$sd is how many decimals to put after a dot after seconds (can be 0)
|
||||||
*/
|
*/
|
||||||
if ($fa==null)
|
if ($fa==null)
|
||||||
|
|
Loading…
Reference in a new issue