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 |
---|
string
Comcode to scan
mixed
An identifier for where this Comcode was from
string
Focus on a particular filedump file (give a path relative to uploads/filedump), with leading slash (blank: no filter)
array
Paths found (passed by reference)
find_broken_filedump_links() : array
find_filedump_links(string $focus = ''
) : array
package | filedump |
---|
string
Focus on a particular filedump file (give a path relative to uploads/filedump, with leading slash) (blank: no filter)
array
Filedump links used, and whereupdate_filedump_links(string $from, string $to)
package | filedump |
---|
string
Old path (give a path relative to uploads/filedump, with leading slash)
string
New path (give a path relative to uploads/filedump, with leading slash)