だいら #8638(2009/03/11 03:06 GMT) [ PHP ] Rating0/0=0.00
1 2 3 4 5 6 7 8 9
<?php function rotateShift($value, $n) { return substr(str_repeat(sprintf("%016b", bindec($value)), 3), 16-$n, 16); } $value = "0010001111101101"; var_dump(rotateShift($value, 1));
Rating0/0=0.00-0+
[ reply ]
だいら
#8638()
[
PHP
]
Rating0/0=0.00
Rating0/0=0.00-0+
[ reply ]