File manager - Edit - /usr/local/cpanel/3rdparty/php/84/lib/php/XML/SVG/Desc.php
Back
<?php /** * Package for building SVG graphics. * * Copyright 2002-2007 The Horde Project (http://www.horde.org/) * * @author Chuck Hagenbuch <chuck@horde.org> * @package XML_SVG * @license http://www.fsf.org/copyleft/lgpl.html */ require_once 'XML/SVG/Element.php'; /** * XML_SVG_Desc * * @package XML_SVG */ class XML_SVG_Desc extends XML_SVG_Element { var $_desc; function printElement() { echo '<desc'; $this->printParams('id', 'style'); echo '>' . $this->_desc; parent::printElement(); echo "</desc>\n"; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings