PHP 웹프로그래밍
[문자열함수] strstr() strchr() 함수와 동일한 기능입니다.
strstr() 어떠한 문자열에서 조건 문자열의 첫 번째 위치를 찾아서 그 뒷부분을 반환합니다.
strchr() 함수와 동일한 기능입니다.
string strstr(string haystack, string needle);
strchr() 함수와 동일한 기능입니다.
string strstr(string haystack, string needle);