PEAR logo

PHP_CompatInfo : The Definitive Guide

Name

PHP_CompatInfo_Renderer_Html::toHtml — Returns HTML code

Synopsis

    require_once 'PHP/CompatInfo/Renderer/Html.php';
   
string PHP_CompatInfo_Renderer_Html::toHtml ( $obj);  
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.

PHP_CompatInfo : The Definitive Guide v 1.8.0 : August 1, 2008