# route.class.php **Repository Path**: eemcmc/route.class.php ## Basic Information - **Project Name**: route.class.php - **Description**: 最简单轻量的url路由,支持正反向url解析 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2015-01-20 - **Last Updated**: 2024-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #route.class.php https://git.oschina.net/eemcmc/route.class.php.git ## 演示地址 http://route.oschina.mopaas.com/index.php 最简单轻量的url路由,支持正反向url解析 ``` \n"; if ($label != '') { $content .= "{$label} :\n"; } $content .= htmlspecialchars(print_r($vars, true),ENT_COMPAT | ENT_IGNORE); $content .= "\n\n"; if ($return) { return $content; } echo $content; } index_init(); ```