08-11-2010, 03:42 PM
|
#1 (permalink)
|
|
The Visitor
Join Date: Jun 2010
Posts: 4
Thanks: 1
|
Don't know what this does
I was following a tutorial I found about some database class and it uses the following code:
Code:
if($i%2 != 0){
/**/
}
My question is: what does the %(int) do? Divide the $i var?
Thanks in advance.
|
|
|