source: trunk/xgraph/jpgraph/Examples/datamatrix_ex00.php @ 42

Last change on this file since 42 was 42, checked in by marrucho, 10 years ago
File size: 227 bytes
Line 
1<?php
2require_once('jpgraph/datamatrix/datamatrix.inc.php');
3
4$data = 'The first datamatrix';
5
6$encoder = DatamatrixFactory::Create();
7$backend = DatamatrixBackendFactory::Create($encoder);
8$backend->Stroke($data);
9?>
Note: See TracBrowser for help on using the repository browser.