Thinking problem
chacha
chacha 2018-06-09 08:30:49
0
1
1075

public function getYearDays($y){

.........

for ($i=0x8000; $i >=0x10 ; $i>> ;=1) {

$sum = ($this->dataInfo[$y-1900] & $i)? 1 : 0;

Why does the for loop here need to be shifted right? One

}

return($sum $this->leapDays($y));

}


##

chacha
chacha

一个简单的人

reply all(1)
亚连

What ideological question do you want to ask? Can you explain it in more detail?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template