swcs phpinfo can see this extension, php -m can also see this extension, but it still reports an error
你是谁
你是谁 2018-11-02 15:23:23
0
1
1064

L_T@`9$LTUWRF}G{SOAWLMQ.png

Visit index.php

<?php

$so = scws_new();

$so->set_charset('gbk');

// There is no call to set_dict and set_rule here. The system will automatically try to call the dictionary and rule files under the path specified in ini

$so ->send_text("Miss, I like you, please be my girlfriend!");

while ($tmp = $so->get_result()){

print_r ($tmp);

}

$so->close();

?>

This is the code:

The error is reported as follows: 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 2

In this case, is there any good way to solve this problem? I would like to ask the experts. I would like to thank you here.




VUFB1@NA}%9IXWUUU5Z[FEK.png##

你是谁
你是谁

reply all(1)
你是谁

The PHP version has not been switched over, it is completely wrong

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!