1.
2.// 應用入口文件
3.// 檢測PHP環境
4.if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !');