Add mkdocs for docs

This commit is contained in:
Simon Wisselink
2023-02-03 17:54:00 +01:00
parent 6c601e1b6c
commit e6360694bf
42 changed files with 107 additions and 94 deletions

View File

@@ -69,7 +69,7 @@ The `email_body.tpl` template
The php script using the PHP [`mail()`](&url.php-manual;function.mail)
The php script using the PHP [`mail()`](https://www.php.net/function.mail)
function

View File

@@ -10,7 +10,7 @@ string
muteExpectedErrors
muteExpectedErrors() registers a custom error handler using
[set\_error\_handler()](&url.php-manual;set_error_handler). The error
[set\_error\_handler()](https://www.php.net/set_error_handler). The error
handler merely inspects `$errno` and `$errfile` to determine if the
given error was produced deliberately and must be ignored, or should be
passed on to the next error handler.