Jump to content
  • 0

pomoc Výpis obrázku ze složky --> Rozlišení


KironetCZ

Dotaz


<?php
$d = dir(".");
while (false !== ($entry = $d->read())){
if(!((strpos($entry, ".jpg")===false)and(strpos($entry, ".gif")===false)and(strpos($entry, ".png")===false)and(strpos($entry, ".bmp")===false))){
echo "\"".$entry."\"
\nJmeno: ".$entry."\n
\n";
}
}
$d->close();
?>
Link to comment
Share on other sites

10 odpovědí na tuto otázku

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...