Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18050 программистов и 1617 роботов. Сейчас ищет 1881 программист ...
PEAR_Size_Output_Driver::display
Вернуться к: Output Drivers
PEAR_Size_Output_Driver::display
PEAR_Size_Output_Driver::display() – Display specified text
Synopsis
require_once 'PEAR/Size/Factory.php';
void PEAR_Size_Output_Driver::display ( string $text )
Display text, formatted appropriately, according to the purpose of the driver.
Return value
returns void
Throws
throws no exceptions thrown
Since
since version 0.1.2
Note
This function can not be called statically.
This is a base class and should not be used directly.
Вернуться к: Output Drivers