TCPDF::segSVGContentHandler( $parser, $data )
Sets the character data handler function for the XML parser.
Description Description
Parameters Parameters
- $parser
-
(Required) (resource) The first parameter, parser, is a reference to the XML parser calling the handler.
- $data
-
(Required) (string) The second parameter, data, contains the character data as a string.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
5.0.000 | Introduced. |