Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16818 программистов и 1685 роботов. Сейчас ищут 1950 программистов ...
PEAR_Info::toHtml
Вернуться к: Reference guide
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)
Note
This function can not be called statically.
Вернуться к: Reference guide