예제 #1
0
파일: CShmHashMap.php 프로젝트: luokizz/spp
 public static function encode($data)
 {
     if (self::$avFlag) {
         return av_encode($data);
     } else {
         return CUtils::encode($data);
     }
 }