File manager - Edit - /usr/share/php/PhpMyAdmin/ShapeFile/autoload.php
Back
<?php // @codingStandardsIgnoreFile // @codeCoverageIgnoreStart // this is an autogenerated file - do not edit spl_autoload_register( function($class) { static $classes = null; if ($classes === null) { $classes = array( 'phpmyadmin\\shapefile\\shapefile' => '/ShapeFile.php', 'phpmyadmin\\shapefile\\shaperecord' => '/ShapeRecord.php', 'phpmyadmin\\shapefile\\util' => '/Util.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.41 |
proxy
|
phpinfo
|
Settings