コード例 #1
0
ファイル: Boot.php プロジェクト: sxau-web-team/wish-web
function mobile_area($mobile)
{
    require_cache(HDPHP_EXTEND_PATH . "Org/Mobile/Mobile.class.php");
    return Mobile::area($mobile);
}