Copy CodeThe code is as follows:
Define (' IN_CB ', true);
Include (' header.php ');
$keys = Array (' 0 ', ' 1 ', ' 2 ', ' 3 ', ' 4 ', ' 5 ', ' 6 ', ' 7 ', ' 8 ', ' 9 ', ' A ', ' B ', ' C ', ' D ', ' E ', ' F ', ' G ', ' H ', ' I ', ' J ', ' K ', ' L ', ' M ', ' N ', ' O ', ' P ', ' Q ', ' R ', ' S ', ' T ', ' U ', ' V ', ' W ', ' X ', ' Y ', ' Z ', '-', '. ', ', ' $ ', '/', ' + ', '% ';
$n = $table->numrows ();
$table->insertrows ($n, 3);
$table->addrowattribute ($n, ' class ', ' table_title ');
$table->addcellattribute ($n, 0, ' Align ', ' center ');
$table->addcellattribute ($n, 0, ' colspan ', ' 2 ');
$table->settext ($n, 0, '
specifics Configs');
$table->settext ($n +1,0, ' Keys ');
$text 2display = ";
$c = count ($keys);
for ($i =0; $i < $c; $i + +)
$text 2display. = ' ';
$table->settext ($n +1,1, $text 2display);
$table->settext ($n +2,0, ' explanation ');
$table->settext ($n +2,1, '
- Known also as USS Code 93.
- Code designed to provide a higher density and data security enhancement to Code39.
- Used primarily by Canadian postal Office to encode supplementary delivery information.
- Similar to code, code, the same characters plus 5 special ones.
- This symbology composed of 2 check digits ("C" and "K").
');
$table->draw ();
Echo '';
Include (' footer.php ');
?>
http://www.bkjia.com/PHPjc/633590.html www.bkjia.com true http://www.bkjia.com/PHPjc/633590.html techarticle Copy the code as follows: PHP define (' IN_CB ', true); include (' header.php '); $keys = Array (' 0 ', ' 1 ', ' 2 ', ' 3 ', ' 4 ', ' 5 ', ' 6 ', ' 7 ', ' 8 ', ' 9 ', ' A ', ' B ', ' C ', ' D ', ' E ', ' F ', ' G ', ' H ', ' I ', ' J ', ' K ', ' L ', ' ...