$files1 = scandir(".");
foreach ($files1 as &$value) {
if(strpos($value, "PackingList_")!==false)
echo "$value<br>";
}