今天我只需要知道哪些字符串匹配算法str_replace使用.我刚刚分析了php源代码,这个函数是在ext\standard\string.c.我刚刚发现了php_char_to_str_ex.谁能告诉我这个函数是用哪种算法编写的?(哪些算法实现str_replace此功能).
str_replace
ext\standard\string.c
php_char_to_str_ex
我只是想实现一个使用星期日算法的高亮程序(非常快速的算法,他们只说这个算法)
所以我认为这个功能str_replace可能符合我的目标,所以我只是对它进行了分析,但是我的C很差,所以请各位帮帮我吧.
php string algorithm highlight matching
algorithm ×1
highlight ×1
matching ×1
php ×1
string ×1