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/279', '', '38.107.179.244', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 3013, 1337595937) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

bitor

Syntax: %bitor(v1,v2)

returns the bitwise OR of the two numbers.

Example:

#SHOW %bitor(1,2)


Displays: 3

Add comment

Login or register to post comments