createHttpStatusLink() public method
Creates HTML containing link to the page with the information on given HTTP status code.
| public string createHttpStatusLink ( $statusCode, $statusDescription ) | ||
|---|---|---|
| $statusCode | integer |
To be used to generate information link. |
| $statusDescription | string |
Description to display after the the status code. |
| return | string |
Generated HTML with HTTP status code information. |
Please login to continue.