Posted by windandwaves on 10/18/91 11:45
Hi Folk I came accross this very simple function, but I have no idea how it works (the ampersands). Can you explain it. function is_even($num){ return (is_numeric($num)&(!($num&1))); } TIA Nicolaas
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming