Dan Joseph wrote:
You could probably save even more if you didn't use those unneeded returns also: <?php function aFunction($a,$b){if($a-$b<0){while($a+$b>0){if($c){$c++;}else{$c++;}}return 'negative';}else{return 'possitive';}} ?> I think that's still perfectly legible.
And that looks like a suspiciously unnecessary " ?>" at the end there.... I wonder what I'll spend my 24 bits on.... that could be 1/1000 of a nipple in a grainy jpeg ;)
Col -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php