TCPDF::putHtmlListBullet( $listdepth, $listtype = '', $size = 10 )
Output an HTML list bullet or ordered item symbol
Description Description
Parameters Parameters
- $listdepth
-
(Required) (int) list nesting level
- $listtype
-
(Optional) (string) type of list
Default value: ''
- $size
-
(Optional) (float) current font size
Default value: 10
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
4.4.004 | Introduced. |