galapagos master语言转换进化PHP库.zip
<?php spl_autoload_register(function ($className) { $prefix = 'galapagos\\'; $basePath = __DIR__.'/src/'; if (strncmp($prefix, $className, strlen($prefix)) === 0) { require $basePath.str_replace('\\', '/', substr($className, strlen($prefix))).'.php'; } }); require
下载地址
用户评论