You are here

function pBarcode39::right in Visitors 7

Same name and namespace in other branches
  1. 7.2 pChart/class/pBarcode39.class.php \pBarcode39::right()

File

pChart/class/pBarcode39.class.php, line 197

Class

pBarcode39

Code

function right($value, $NbChar) {
  return substr($value, strlen($value) - $NbChar, $NbChar);
}