I found the following statement in a script and i need to copy the same functionality in php
(x = 2 * x, f > x ? x : f)
Can anyone help me with this?
Thanks.
I found the following statement in a script and i need to copy the same functionality in php
(x = 2 * x, f > x ? x : f)
Can anyone help me with this?
Thanks.