user warning: Table './zuggsoftdb/accesslog' is marked as crashed and should be repaired query: INSERT INTO accesslog (title, path, url, hostname, uid, sid, timer, timestamp) values('', 'node/712', '', '38.107.179.242', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 12693, 1337596155) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

Added in v2.01

bitshift

Syntax: %bitshift(value,num)

shifts the value the num bits to the left. If num is negative, then the value is shifted to the right.

Example:

#SHOW %bitshift(2,1)
Displays 4
#SHOW %bitshift(2,-1)
Displays 1

Add comment

Login or register to post comments