Image_Barcode2
[ class tree: Image_Barcode2 ] [ index: Image_Barcode2 ] [ all elements ]

Source for file barcode_img.php

Documentation is available at barcode_img.php

  1. <?php
  2.  
  3. require_once "Image/Barcode2.php";
  4.  
  5. $num = isset($_REQUEST['num']$_REQUEST['num''15101967';
  6. $type = isset($_REQUEST['type']$_REQUEST['type''int25';
  7. $imgtype = isset($_REQUEST['imgtype']$_REQUEST['imgtype''png';
  8.  
  9. Image_Barcode2::draw($num$type$imgtype);

Documentation generated on Mon, 11 Mar 2019 15:53:02 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.