$title
$title :
The <title> tag's content
Respond
showError(string $title = null, string $description = null)
Display a plain error page.
If $title and $content is not null, status code will be 500, else 404
The respons will be sent and script execution will be stopped if this function is called.
string | $title | Error name |
string | $description | Error description |
head(string $title = "")
Make and print the <head> tag
string | $title | The content of |