Exemplo n.º 1
0
function get_page_rank($url)
{
    $p = new PageRank();
    return $p->getRank($url);
}