Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17290 программистов и 1692 робота. Сейчас ищет 1061 программист ...
HTML_CSS::toInline
Вернуться к: Output
HTML_CSS::toInline
HTML_CSS::toInline() – Return a string-properties for style attribute of an HTML element
Synopsis
require_once 'HTML/CSS.php';
string|PEAR_Error HTML_CSS::toInline ( string $element )
Generate and return the CSS properties of an element or class as a string for inline use.
Parameter
- string $element
-
Element or class for which inline CSS should be generated
Throws
throws HTML_CSS_ERROR_INVALID_INPUT
Since
since version 0.2.0 (2003-07-31)
Note
This function can not be called statically.
Вернуться к: Output