TCPDF_STATIC::extractCSSproperties( $cssdata )
Extracts the CSS properties from a CSS string.
Description Description
Parameters Parameters
- $cssdata
-
(Required) (string) string containing CSS definitions.
Return Return
(An) array where the keys are the CSS selectors and the values are the CSS properties.
Source Source
File: includes/lib/tcpdf/include/tcpdf_static.php
Changelog Changelog
Version | Description |
---|---|
5.1.000 | Introduced. |