PEAR_Info::toHtml

PEAR_Info::toHtml() – PEAR_Info の出力 (html コード) を返す

Synopsis

require_once 'PEAR/Info.php';

string PEAR_Info::toHtml ( )

Description

html コードを返します。このコードは、バージョン 1.7.0 以降は XHTML 1.1 準拠となりました。

Throws

例外はスローされません。

Since

バージョン 1.7.0RC1 (2007-07-01)

Note

This function can not be called statically.