TCPDF::endSVGElementHandler( $parser, $name )
Sets the closing SVG element 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.
- $name
-
(Required) (string) The second parameter, name, contains the name of the element for which this handler is called. If case-folding is in effect for this parser, the element name will be in uppercase letters.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
5.0.000 | Introduced. |