Function __global->find_broken_filedump_links
Definitions
sources/filedump.php
- Find broken filedump links, and try and find how to fix it.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Filedump broken links, to replacement path (or null)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find broken filedump links, and try and find how to fix it.
*
* @return array Filedump broken links, to replacement path (or null)
*/
function find_broken_filedump_links() : array
* Find broken filedump links, and try and find how to fix it.
*
* @return array Filedump broken links, to replacement path (or null)
*/
function find_broken_filedump_links() : array

