Guest User

Untitled

a guest
Nov 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function Control_Stock($Operacion,$Ean,$Cantidad) {
  2. $ean = substr ($Ean, 0, 12); //eliminamos el caracter 13
  3. return $ean;
  4. }
  5.  
  6. ControlStock('+','8424433011921','32');
Add Comment
Please, Sign In to add comment