1. strstr string strstr ( string $haystack , mixed $needle [, bool $before_needle = false ] ) $needle 为字符串,如果不是字符串,那么转化为整型,使用该整型对应的字符. 返回 该字符(串)首次出现到字符串尾部分, 包括该字符(串). 2. strrchr string strrchr ( string $haystack , mixed $needle ) $needle为字符, 如果是字符串,…