예제 #1
0
파일: Encoder.php 프로젝트: tuupola/base62
 public function decode($data, $integer = false)
 {
     return Base62::decode($data, $integer);
 }