how to code a PHP function who will check whether the mode of Apache is on safemode or not ?
2条回答 默认 最新
dpnzf48660 2010-03-17 10:10关注<?php // Check for safe mode if( ini_get('safe_mode') ){ // Do it the safe mode way }else{ // Do it the regular way } ?>本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报