存取index.php
#
<?php
# $so = scws_new();
# $so = scws_new();# # $so->set_charset('gbk');
// 這裡沒有呼叫set_dict 和set_rule 系統會自動試呼叫ini 中指定路徑下的字典和規則檔案
$so ->send_text("小姐姐,我喜歡你,當我女朋友吧!");
while ($tmp = $so->get_result()){
print_r ($tmp);
}
$so->close();
?>
這是程式碼:
## ## 報錯誤如下:Fatal error: Uncaught Error: Call to undefined function scws_new() in /www/wwwroot/index.php:2 Stack trace: #0 {main} thrown in /www/wwwroot/index.php on line trace: #0 {main} thrown in /www/wwwroot/index.php on line 2 這種情況,有什麼好的方法可以解決這個問題的,請教各位大神,小弟在這裡感謝你們了。
PHP 版本沒有切換過來,錯得一塌糊塗