Function admFuncGetDirectoryEntries
Search all visible files or directories in the specified directory.
Copyright:
2004-2016 The Admidio Team
License: GNU General Public License v2.0 only **********************************************************************************************
Located at
License: GNU General Public License v2.0 only **********************************************************************************************
Located at
Parameters summary
string |
$directory |
The directory where the files or directories should be searched. |
string |
$searchType = 'file' |
<p>This could be @b file, @b dir, @b both or @b all and represent the type of entries that should be searched.</p> |
Return value summary
string[]|false
|
Returns an array with all found entries or false if an error occurs. |