/ LJCPHPCodeDoc / LJCHTMLLib / LJCHTML / GetHTMLEnd


Parameters
$textState - The current text state values.

Returns

The HTML end tags.

Syntax

PHP
public static function GetHTMLEnd(LJCTextState $textState) : string

Gets the HTML end <body> and <html>.

Example

PHP
 // Gets the HTML end  and .
 public static function GetHTMLEnd()
 {
   // Root Method Begin
   $textState = new LJCTextState();
 
   // Example Method:
   $result = LJCHTML::GetHTMLEnd($textState);
 
   // result:
   // </body>
   // </html>
 }

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.