Pull all images from a specified directory and then display them

前端 未结 5 973
孤街浪徒
孤街浪徒 2020-11-29 19:33

How to display the image from a specified directory? like i want to display all the png images from a directory, in my case my directory is media/images/iconized.

I t

5条回答
  •  旧时难觅i
    2020-11-29 19:53

    In case anyone is looking for recursive.

    ';
                        }
                    }
                }
            }
            closedir($directoryList);
        }
        return $html;
    }
    

提交回复
热议问题