Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17457 программистов и 1871 робот. Сейчас ищут 1853 программиста ...
PHP_CompatInfo_Renderer_Html::setStyleSheet
Вернуться к: Html Renderer
PHP_CompatInfo_Renderer_Html::setStyleSheet
PHP_CompatInfo_Renderer_Html::setStyleSheet() – Set a custom style sheet
Synopsis
require_once 'PHP/CompatInfo/Renderer/Html.php';
bool PHP_CompatInfo_Renderer_Html::setStyleSheet ( string $css = null )
Set a custom style sheet to use your own styles
Parameter
- string $css
-
(optional) File to read user-defined styles from
Return value
returns True if custom styles, false if default styles applied
Throws
throws no exceptions thrown
Since
since version 1.8.0b4 (2008-06-18)
Note
This function can not be called statically.
Вернуться к: Html Renderer