boyutuna göre klasöründen görüntü kapma

1 Cevap php

Tamam bu yüzden bu answer kullanıldı sonrasında oluşturulan bir klasör var

so now i have a folder with with many folders in it each one having images and a .txt file

görüntüler neredeyse tüm vardır. jpg

so now i want to display a image from each folder, using php i want to display the first image from each folder, and if there is no images i want to display a default image

sadece klasörün yeri var bunu ben görüntüyü görüntülemek istediğiniz

any ideas? it can be through php or javascript, no other languages please it will untimely be used in a wordpress theme with the folder location being a custom field parameter

1 Cevap

PHP glob kullanmayı deneyin - o bunu vermek herhangi bir klasöre dosya bir dizi döndürür. Sen *. Jpg göre filtre ve sadece dizideki ilk öğeyi kullanabilirsiniz.

Örneğin, ben kullanmak:

$imageArray = glob($folder . "/image*.jpg");

klasördeki görüntü denilen tüm dosya bir dizi yapar [şey]. jpg $folder.