File manager - Edit - /home/opticamezl/www/newok/libraries/fabrik/vendor/phenx/php-svg-lib/src/autoload.php
Back
<?php /** * @package php-svg-lib * @link http://github.com/PhenX/php-svg-lib * @author Fabien Ménager <fabien.menager@gmail.com> * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License */ spl_autoload_register(function($class) { if (0 === strpos($class, "Svg")) { $file = str_replace('\\', DIRECTORY_SEPARATOR, $class); $file = realpath(__DIR__ . DIRECTORY_SEPARATOR . $file . '.php'); if (file_exists($file)) { include_once $file; } } });
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings