Ejemplo n.º 1
0
function IncrementaNumeroDownloads($id)
{
    $arquivo = new Arquivos();
    $ret = $arquivo->IncrementaDownloads($id);
}