PHP 函数:strchr()

寻找第一个出现的字符。

语法: string strchr(string haystack, string needle);

返回值: 字符串

函数种类: 资料处理

内容说明
本函数也就是 strstr() 函数。