You are here

function pBarcode128::right in Visitors 7.2

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

File

pChart/class/pBarcode128.class.php, line 181

Class

pBarcode128

Code

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