hi monks
i have a simmple doubt .i wanna know which of the code executes faster
return 1 if $n < 1;or
if($n < 1) { return 1; }
thanks
Edited by planetscape - added code tags
In reply to Which code executes faster by alandev
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |