Esempio n. 1
0
 public function decode($data, $integer = false)
 {
     return Base62::decode($data, $integer);
 }