最新回答 / Z269
array (size=35) ?'ALLUSERSPROFILE' => string 'C:\ProgramData' (length=14) ?'APPDATA' => string 'C:\Windows\system32\config\systemprofile\AppData\Roaming' (length=56) ?'CommonProgramFiles' => string 'C:\Program Files\Common Files' (length=29) ?'Co...
2017-05-21
已采納回答 / vLiang
https://jingyan.baidu.com/article/dca1fa6f8d623ff1a44052e8.html?http://niutuku.com/tech/php/273616.shtml 試試看這2個
2017-05-19
已采納回答 / softcat
// 檢測PHP環(huán)境if(version_compare(PHP_VERSION,'5.4.0','<')) ?die('require PHP > 5.4.0 !');// 定義應用目錄define('APP_PATH', __DIR__ . '/application/');// 加載框架引導文件require __DIR__ . '/thinkphp/start.php';
2017-05-18