Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18016 программистов и 1620 роботов. Сейчас ищут 1839 программистов ...
PEAR_Size_OutputFactory::createInstance
Вернуться к: Output Drivers
PEAR_Size_OutputFactory::createInstance
PEAR_Size_OutputFactory :: createInstance() – Create an Instance of an output driver.
Synopsis
require_once 'PEAR/Size/Factory.php';
integer PEAR_Size_OutputFactory::createInstance ( )
Create an instance of an output driver.
Return value
returns instance of an Output Driver.
Throws
throws an exception if specified driver could not be found.
Since
since version 0.1.2
Note
This function can not be called statically.
Вернуться к: Output Drivers