Skip to content

riturajratan/Scan_folder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scan_folder

By this we can get out put of scan folder by "XML" or "JSON" format and we can also exclude folder in scan folder

For XML Output


/** generate xml and JSON containing image files in the folder **/
require_once 'folder_images.php';

$scanFolder = new ScanFolder("xml");
$scanFolder->_setFolder("Images");

/**get output by XMl **/
$scanFolder->getimageList("xml");

For JSON Output


/**get output by JSON **/
$scanFolder->getimageList("json");

About

By this we can get out put of scan folder by "XML" or "JSON" format and we can also exclude folder in scan folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages