예를 들어 어떤 변수에 "A B C A B" 가 있을 때 이걸 "A B C"로 저장하려고 합니다. 즉, 중복 문자열을 제거하는거죠.. for문으로 돌려서 검사할 수 있겠지만..(문자열이 아주 길어질 수도 있어서;;;) 혹시 PHP에 이런 중복문자열 제거를 해주는 함수가 있나해서 여쭤봅니다.. 감사합니다.
array_unique 쓰시면 되겠네요
$a = array_unique(explode(" ", $str)) 식;
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
array_unique 쓰시면
array_unique 쓰시면 되겠네요
$a = array_unique(explode(" ", $str)) 식;
댓글 달기