foreach (glob("d:\\d*.txt") as $filename) {
$content = file_get_contents($filename);
echo $content . "<br />--------------------<br />";
}
/*
run:
python java c# c c++
--------------------
a b c
--------------------
python programming
--------------------
--------------------
Programming is fun
--------------------
Java C# C++ PHP
--------------------
php programming text file
--------------------
PHP For web applications Is popular on the net
--------------------
*/