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