include/dir_inc.php
Functions
findAllFiles(
$the_dir, $the_array, $include_dirs
=
false, $ext
=
'', $exclude_dir
=
''
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $the_dir | ||
| $the_array | ||
| $include_dirs | ||
| $ext | ||
| $exclude_dir |
findAllFilesRelative(
$the_dir, $the_array
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $the_dir | ||
| $the_array |
findAllTouchedFiles(
$the_dir, $the_array, $date_modified, $filter
=
''
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $the_dir | ||
| $the_array | ||
| $date_modified | ||
| $filter |
mkdir_recursive(
$path, $check_is_parent_dir
=
false
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $path | ||
| $check_is_parent_dir |