help.php
Table of Contents
- echoHTMLHead() : void
- Print HTML header of the help page.
- echoHTMLFoot() : void
- Print HTML footer of the help page.
- displayHelp() : void
- Print help site for a specific help number.
Functions
echoHTMLHead()
Print HTML header of the help page.
echoHTMLHead() : void
Return values
void —echoHTMLFoot()
Print HTML footer of the help page.
echoHTMLFoot() : void
Return values
void —displayHelp()
Print help site for a specific help number.
displayHelp(array<string|int, mixed> $helpEntry) : void
Parameters
- $helpEntry : array<string|int, mixed>
-
the help entry that is to be displayed.