Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 19466 программистов и 1619 роботов. Сейчас ищут 1752 программиста ...
HTML_CSS::grepStyle
Вернуться к: Searching for selectors and/or properties
HTML_CSS::grepStyle
HTML_CSS::grepStyle() – Retrieve styles corresponding to an element filter
Synopsis
require_once 'HTML/CSS.php';
array|PEAR_Error HTML_CSS::grepStyle ( string $elmPattern , string $proPattern )
Return array entries of styles that match patterns (Perl compatible)
Parameter
- string $elmPattern
-
Element or class pattern to retrieve
- string $proPattern
-
(optional) Property pattern to retrieve
Throws
throws HTML_CSS_ERROR_INVALID_INPUT
Since
since version 1.1.0 (2007-01-01)
Note
This function can not be called statically.
Вернуться к: Searching for selectors and/or properties