Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
Simple example
Вернуться к: Image_Barcode
<?php
require_once 'Image/Barcode.php';
Image_Barcode::draw('1234', 'int25', 'png');
?> As with all PEAR packages, installing the package also installs some more examples in the docs/Image_Barcode directory of your PEAR installation.
Вернуться к: Image_Barcode