PHP_CompatInfo_Renderer_Html::toHtml
PHP_CompatInfo_Renderer_Html::toHtml() – Returns HTML code
Synopsis
require_once 'PHP/CompatInfo/Renderer/Html.php';
string
PHP_CompatInfo_Renderer_Html::toHtml
(
object
$obj
)
Description
Returns HTML code of parsing result
Parameter
-
object
$obj
-
instance of HTML_Table
Return value
returns string - html code
Throws
throws no exceptions thrown
Since
since version 1.8.0b4 (2008-06-18)
Note
This function can not be called statically.