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.


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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