把下面這個代碼放在 e/class/userfun.php 里面
// 閱讀時間function count_words_read_time () {
global $navinfor;
$text_num = mb_strlen(htmlspecialchars(strip_tags(str_replace(' ','',str_replace('“','',str_replace('”','',str_replace(egetzy('rn'),'',str_replace(egetzy('<br />'),'',$navinfor[newstext]))))))),'utf-8');
$read_time = ceil($text_num/300); // 修改數字300調整時間
$output .= '本文共計' . $text_num . '個字,預計閱讀時長' . $read_time . '分鐘。';
return $output;}
調用代碼:
<?php echo count_words_read_time(); ?>