You are here

function IsOdd in TinyBrowser 7

3 calls to IsOdd()
edit.php in tinybrowser/edit.php
folders.php in tinybrowser/folders.php
tinybrowser.php in tinybrowser/tinybrowser.php

File

tinybrowser/fns_tinybrowser.php, line 267

Code

function IsOdd($num) {
  return 1 - ($num & 1);
}