예제 #1
0
파일: base.php 프로젝트: bermi/akelos
 static function getRandomHex()
 {
     return AkColor::rgbToHex(rand(0, 255), rand(0, 255), rand(0, 255));
 }