Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 733 Bytes

function.getFolderListing.md

File metadata and controls

24 lines (16 loc) · 733 Bytes

Function getFolderListing

get the list of folder under a specified folder which will be used for drop-down menu

array getFolderListing(string $path, string $indexNumber, string $prefixNumber, string $prefixName, array $outputs)

Arguments

  • $path string - the path of the specified folder
  • $indexNumber string
  • $prefixNumber string - the prefix before the index number
  • $prefixName string - the prefix before the folder name
  • $outputs array