extract_filedump_links
find_broken_filedump_links
find_filedump_links
update_filedump_links
extract_filedump_links(string $comcode, mixed $identifier, string $focus, array $paths_used)
| package | filedump |
|---|
stringComcode to scan
mixedAn identifier for where this Comcode was from
stringFocus on a particular filedump file (give a path relative to uploads/filedump), with leading slash (blank: no filter)
arrayPaths found (passed by reference)
find_broken_filedump_links() : array
find_filedump_links(string $focus = '') : array
| package | filedump |
|---|
stringFocus on a particular filedump file (give a path relative to uploads/filedump, with leading slash) (blank: no filter)
arrayFiledump links used, and whereupdate_filedump_links(string $from, string $to)
| package | filedump |
|---|
stringOld path (give a path relative to uploads/filedump, with leading slash)
stringNew path (give a path relative to uploads/filedump, with leading slash)