Sfoglia il codice sorgente

v1.0.6 FixFixFix - Update Readme

master
parent
commit
d413153cf5
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      barcode.php

+ 3
- 3
barcode.php Vedi File

@@ -92,16 +92,16 @@ function hexToRgb($hex) {
/////////////////// PRINT HELP /////////////////// PRINT HELP


function getVersionString($suffix='') { function getVersionString($suffix='') {
return "PHP-CLI Barcode v"._BC_VERSION.$suffix;
return "PHP-CLI Barcode v"._BC_VERSION.$suffix;
} }


function printVersion($suffix='') { function printVersion($suffix='') {
echo getVersionString($suffix)."\n";
echo getVersionString($suffix)."\n";
} }


// prints help information // prints help information
function print_help($getopt) { function print_help($getopt) {
printVersion();
printVersion();
global $encodings_list; global $encodings_list;
global $formats_list; global $formats_list;


Caricamento…
Annulla
Salva