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