Exemplo n.º 1
0
Arquivo: demo.php Projeto: alonexy/lea
function DemoQueryTags()
{
    $push = new XingeApp(00, 'secret_key');
    $ret = $push->QueryTags(0, 100);
    return $ret;
}