コード例 #1
0
 static function create_index(&$fh)
 {
     $index = new CFFTopDictIndex();
     $index->setup($fh);
     return $index;
 }