Standard modular run function.
void
check_url
(URLPATH $url, ID_TEXT $table, ID_TEXT $field, ID_TEXT $id, array &$checked_already, array &$found_404, array &$found, [string $spot = ''])
-
URLPATH
$url: URL to check
-
ID_TEXT
$table: Table name
-
ID_TEXT
$field: Field name
-
ID_TEXT
$id: ID
-
array
&$checked_already: Place to record what we've already checked
-
array
&$found_404: Place to put 404 errors
-
array
&$found: Place to put file-not-found errors
-
string
$spot: A textual identifier to where the content can be seen
Standard modular info function.
?array
info
()
Standard modular run function.
tempcode
run
()