Developer
개발하다가 막힌 곳을 뻥 뚫은 순간에 대한 기록
안녕하세요
프로그램 과정에서 막혔던 문제들에 대한 해결책 정리
페이지 목록
홈
2018년 2월 13일 화요일
PHP 우측 검색 (마지막으로 나오는 문자 검색)
strrchr
(PHP 4, PHP 5, PHP 7)
strrchr
—
Find the last occurrence of a character in a string
Description
¶
string
strrchr
(
string
$haystack
,
mixed
$needle
)
This function returns the portion of
haystack
which starts at the last occurrence of
needle
and goes until the end of
haystack
.
출처: http://php.net/manual/en/function.strrchr.php
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기