");
return;
}
$uri="/packages/?O=0&SeB=nd&K=".urlencode($trailing)."&outdated=off&SB=p&SO=a&PP=50&do_Search=Go";
$response=wget("aur.archlinux.org",$uri,443);
$html=strip_headers($response);
$delim="
";
$i=strpos($html,$delim);
if ($i===False)
{
return;
}
$html=substr($html,$i+strlen($delim));
$count=extract_text($html,"
","packages");
if ($count===False)
{
return;
}
$count=clean_text(strip_tags($count));
$delim="