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