PEAR_Info::toHtml
PEAR_Info::toHtml() – Returns PEAR_Info output (html code)
Synopsis
require_once 'PEAR/Info.php';
string PEAR_Info::toHtml (
)
Описание
Returns html code. This code is XHTML 1.1 compliant since version 1.7.0
Throws
throws no exceptions thrown
Since
since version 1.7.0RC1 (2007-07-01)
Замечание
This function can not be called statically.