$top += $i ? 12 : 0;
If $i
is
false
null
increment $top
by twelve; otherwise, by zero, implicitly turning $top
(not $i
) into a numeric variable if it isn't one already.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With