update : 2015.11.03
php.shukuma.com검색:
|
stripos(PHP 5) stripos — 대소문자를 구분 없이 문자열이 처음 나타나는 위치를 탐색 설명
int stripos
( string
$haystack
, string $needle
[, int $offset
] )
strpos()와 달리, stripos()는 대소문자를 구분하지 않습니다. 인수
반환값
예제
Example #1 stripos() 예제
<?php 주의
|