コード例 #1
0
ファイル: fs.php プロジェクト: patrix/oraculum
function get($indice, $tipo = "s")
{
    return Oraculum_Request::get($indice, $tipo);
}