"; } if (strrchr($arquivo,'.') == '.html') // altere aqui para varrer diferentes tipo de arquivo { // echo "Examinando: $arquivo \n
Diretório: $diretorio \n
\n
"; $tags = get_meta_tags("$diretorio/$arquivo"); if ($tags) // mostragem { echo "Tags em: $diretorio/$arquivo:
"; while ((list($key,$val) = each($tags))) echo "chave:$key
valor:$val\n
"; echo "
"; } } } } closedir($dir); } ?>