コード例 #1
0
ファイル: jpgraph_barcode.php プロジェクト: halimc17/magsys
 function __construct()
 {
     JpGraphError::RaiseL(1010);
     parent::__construct();
     $this->iName = 'POSTNET';
 }
コード例 #2
0
ファイル: jpgraph_barcode.php プロジェクト: rebuy-de/jpgraph
 function __construct()
 {
     JpGraphError::RaiseL(1010);
     //'Encoding using POSTNET is not yet supported.');
     parent::__construct();
     $this->iName = 'POSTNET';
 }