传回字串中某字串开始处至结束的字串。
语法: string strstr(string haystack, string needle);
传回值: 字串
函式种类: 资料处理
本函式将 needle 最先出现在 haystack 处起至 haystack 结束的字串传回。若找不到 needle 则传回 false。
strrchr() substr() ereg()