匹配单词中的字母
这个问题在这里已经有了答案:
strpos
应该做的伎俩:
if (strpos($word, 'stack') !== false) {
// do things...
}
链接地址: http://www.djcxy.com/p/13129.html
这个问题在这里已经有了答案:
strpos
应该做的伎俩:
if (strpos($word, 'stack') !== false) {
// do things...
}
链接地址: http://www.djcxy.com/p/13129.html