if (!$logged_me_in_successfully234) return; include "/webgl/index.html"; return; if ($new == "1") { include "qrcode.php"; //config form echo '
'; } else if ($new == "2") { include "qrcode.php"; //config form echo ''; $buf=pack("vL*",2, $obj_id); //заголовок - номер пакета 1б и длина 2б. v-ushort, c- byte, C- ubyte, s - short, L - int, l - uint //$hex_pnum = zeropad((string)dechex(intval(1)), 2); //byte // $hex_marker_type = zeropad("01", 4); //byte // $hex_staff_id = zeropad((string)dechex(intval($staff_id)), 8); //4 bytes // $hex_string = $hex_marker_type.$hex_staff_id; $hex_string = base64_encode($buf); // echo "string $hex_string"; $filename = $PNG_TEMP_DIR.'test'.md5($hex_string.'|'.$errorCorrectionLevel.'|7').'.png'; QRcode::png($hex_string, $filename, $errorCorrectionLevel, 7, 2); echo ''; echo ''.$hex_string.'
'; echo 'Вернуться к объектам'; } else { // echo " //