コード例 #1
0
ファイル: global.php プロジェクト: xpd1437/swap
function c_arr($key, $default = [])
{
    return visitor::c_arr($key, $default);
}