source:
trunk/xgraph/jpgraph/Examples/datamatrix_ex00.php@
42
Last change on this file since 42 was 42, checked in by , 11 years ago | |
---|---|
File size: 227 bytes |
Rev | Line | |
---|---|---|
[42] | 1 | <?php |
2 | require_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.