示例#1
0
文件: lang.php 项目: VSVS/vs_wp_4.0
 public static function attach($d)
 {
     self::$_data = array_merge(self::$_data, self::extract($d));
 }