PHP Classes

File: example

Recommend this page to a friend!
  Classes of Dyego Fernandes de Sousa   Bar Code Generator   example   Download  
File: example
Role: Example script
Content type: text/plain
Description: Example
Class: Bar Code Generator
Generate bar code graphics for payments in Brazil
Author: By
Last change:
Date: 19 years ago
Size: 149 bytes
 

Contents

Class file image Download
<?
 
require_once('boleto.class.php');
 
//$new_code = new cd_barra($_GET['code']);
 
$new_code = new cd_barra('123456789321654951753852',0);
?>