Source for file barcode_img.php
Documentation is available at barcode_img.php
require_once("Image/Barcode.php");
$num = isset ($_REQUEST) && is_array($_REQUEST) && isset ($_REQUEST['num']) ? $_REQUEST['num'] : $num;
$type = isset ($_REQUEST) && is_array($_REQUEST) && isset ($_REQUEST['type']) ? $_REQUEST['type'] : $type;
$imgtype = isset ($_REQUEST) && is_array($_REQUEST) && isset ($_REQUEST['imgtype']) ? $_REQUEST['imgtype'] : $imgtype;
Image_Barcode ::draw ($num, $type, $imgtype);
Documentation generated on Mon, 11 Mar 2019 14:21:07 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|