$d = dir($path);
while($entry=$d->read())
{if($entry !="." && $entry !=".."){扩展名为:doc}
}