glob 可用參數: ... glob('/path/*',GLOB_ONLYDIR | GLOB_MARK); //搜尋path資料夾中,所有的檔案的路徑$files = array_filter(glob('/path/*'), ...
確定! 回上一頁