Function BrokenURLScanner->check_url

Definitions

sources/broken_urls.php

  • Check to see if a URL is there.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$url URLPATH required parameter N/A N/A URL to check
$message string required parameter N/A N/A HTTP response code, returned by reference

Return

  • Whether the URL is there (i.e. false = broken)
  • Type: boolean
  • Set: N/A
  • Range: N/A