TCPDF_STATIC::isValidCSSSelectorForTag( $dom, $key, $selector )
Returns true if the CSS selector is valid for the selected HTML tag
Description Description
Parameters Parameters
- $dom
-
(Required) (array) array of HTML tags and properties
- $key
-
(Required) (int) key of the current HTML tag
- $selector
-
(Required) (string) CSS selector string
Return Return
(true) if the selector is valid, false otherwise
Source Source
File: includes/lib/tcpdf/include/tcpdf_static.php
Changelog Changelog
Version | Description |
---|---|
5.1.000 | Introduced. |