<!DOCTYPE html><html><body><?php$str = "Hello World!";echo $str "<br>". ;echo Trim($str,"Herld!");?></body></html>
출력 결과는 다음과 같습니다.
Hello World!o Wo
두 번째 line 그래야 하지 않을까: llo Wo?
트림 기능으로 LL이 지워졌거든요
트림 기능으로 LL이 지워졌거든요