TCPDF_STATIC::extractCSSproperties( $cssdata )

Extracts the CSS properties from a CSS string.


Description Description


Parameters Parameters

$cssdata

(Required) (string) string containing CSS definitions.


Top ↑

Return Return

(An) array where the keys are the CSS selectors and the values are the CSS properties.


Top ↑

Source Source

File: includes/lib/tcpdf/include/tcpdf_static.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.1.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.