예제 #1
0
파일: Inventory.php 프로젝트: afiqiqmal/Web
 public function generateid($length = 16)
 {
     return Crytion::generateRandomNumber($length);
 }