/ Published in: PHP
Checks if a integer or string variable contains odd number. Returns true on odd and false on even.
Expand |
Embed | Plain Text
function is_odd( $num ){ }
You need to login to post a comment.
leond on 11/02/10
1 person have marked this snippet as a favorite
Checks if a integer or string variable contains odd number. Returns true on odd and false on even.
function is_odd( $num ){ }
You need to login to post a comment.