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