TCPDF_STATIC::getCSSdataArray( $dom, $key, $css )
Returns the styles array that apply 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
- $css
-
(Required) (array) array of CSS properties
Return Return
(array) containing CSS properties
Source Source
File: includes/lib/tcpdf/include/tcpdf_static.php
Changelog Changelog
Version | Description |
---|---|
5.1.000 | Introduced. |