摘要: strstr() 查找字符串的首次出现。 string strstr ( string $haystack, mixed $needle[, bool $before_needle=false]) 说明:返回 haystack 字符串从 needle 第一次出现的位置开始到 haystack 结尾的 阅读全文
posted @ 2021-01-18 08:32 梦中程序员 阅读(80) 评论(0) 推荐(0)