91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Thinkphp3.2.3驗證碼無法顯示解決方法

發布時間:2020-06-08 07:37:17 來源:網絡 閱讀:650 作者:muyuit 欄目:web開發

方法1

 public    function verify(){
        ob_clean();//清除BOM信息
        $Verify = new \Think\Verify();
        $Verify->entry();
    }

方法2

<?php  
if (isset($_GET['dir'])){ //設置文件目錄  
$basedir=$_GET['dir'];  
}else{  
$basedir = '.';  
}  
$auto = 1;  
checkdir($basedir);  
function checkdir($basedir){  
if ($dh = opendir($basedir)) {  
  while (($file = readdir($dh)) !== false) {  
   if ($file != '.' && $file != '..'){  
    if (!is_dir($basedir."/".$file)) {  
     echo "filename: $basedir/$file ".checkBOM("$basedir/$file")." <br>";  
    }else{  
     $dirname = $basedir."/".$file;  
     checkdir($dirname);  
    }  
   }  
  }  
closedir($dh);  
}  
}  
function checkBOM ($filename) {  
global $auto;  
$contents = file_get_contents($filename);  
$charset[1] = substr($contents, 0, 1);  
$charset[2] = substr($contents, 1, 1);  
$charset[3] = substr($contents, 2, 1);  
if (ord($charset[1]) == 239 && ord($charset[2]) == 187 && ord($charset[3]) == 191) {  
  if ($auto == 1) {  
   $rest = substr($contents, 3);  
   rewrite ($filename, $rest);  
   return ("<font color=red>BOM found, automatically removed.</font>");  
  } else {  
   return ("<font color=red>BOM found.</font>");  
  }  
}  
else return ("BOM Not Found.");  
}  
function rewrite ($filename, $data) {  
$filenum = fopen($filename, "w");  
flock($filenum, LOCK_EX);  
fwrite($filenum, $data);  
fclose($filenum);  
}  
?>

根目錄保存文件執行,即可清除BOM




向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

通化市| 通渭县| 汾阳市| 乃东县| 涡阳县| 乌海市| 景泰县| 施甸县| 平阴县| 德惠市| 江口县| 阜宁县| 汶川县| 湟源县| 磴口县| 阳西县| 孝义市| 辉南县| 平阳县| 淄博市| 徐闻县| 田阳县| 绥宁县| 封开县| 湖南省| 余干县| 景谷| 额敏县| 财经| 莎车县| 崇阳县| 五大连池市| 南部县| 化州市| 和硕县| 周口市| 榆树市| 石棉县| 鸡泽县| 靖安县| 宕昌县|