Professional Search Engine Optimization with PHP: Link Checker

'; echo 'Response header: ' . $responseHeader . '
'; echo 'Response status code: ' . $statusCode . '
'; echo 'Response MIME type: ' . $mimeType . '
'; echo 'Response content length: ' . $contentLength . '
'; echo 'Response location: ' . $location . '
'; // display the redirection path echo 'Path:
'; for ($i = 0; $i < count($path); $i++) { echo '  ' . $path[$i] . '
'; } // display the HTTP status code of the last request echo 'Final status code: ' . $responseCode . '
'; ?>