TCPDF::getCSSBorderMargin( $cssbspace, $width )
Get the border-spacing from CSS attribute.
Description Description
Parameters Parameters
- $cssbspace
-
(Required) (string) border-spacing CSS properties
- $width
-
(Required) (float) width of the containing element
Return Return
(array) of border spacings
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
5.9.010 | Introduced. |