|
OpenSencillo
2016.106
Long live the simplicity of PHP
|
Public Member Functions | |
| __construct ($path) | |
| scanDir ($dir='./') | |
| findFiles ($dir, &$dir_array) | |
| findFilesStructure ($dir) | |
| arrayToHtml ($style, $folderStyle=null, $ftypes=null, $dot=null) | |
Protected Attributes | |
| $path | |
| $folderlist | |
Definition at line 11 of file files.management.fman.php.
| arrayToHtml | ( | $style, | |
$folderStyle = null, |
|||
$ftypes = null, |
|||
$dot = null |
|||
| ) |
Convert array to html list
| array | $style | |
| array | $folderStyle | |
| bool | $dot |
Definition at line 115 of file files.management.fman.php.
| findFiles | ( | $dir, | |
| & | $dir_array | ||
| ) |
Get all files, folders, subfiles and subfolders from directory
| string | $dir | (path to start directory) |
| array | &$dir_array | (array for update) |
Definition at line 48 of file files.management.fman.php.
| findFilesStructure | ( | $dir | ) |
Scan directory structure and recursive scannig subdirectory structure
| string | $dir |
Definition at line 85 of file files.management.fman.php.
| scanDir | ( | $dir = './' | ) |
Create complet file list
| string | $dir | (path) |
Definition at line 36 of file files.management.fman.php.