mb_substr1 [PHP] substr 함수 string substr ( string $string , int $start [, int $length ] ) Example #1 Using a negative start Example #2 Using a negative length Example #3 Basic substr() usage Example #4 substr() casting behaviour The above example will output: 1) 'pe' 2) '54' 3) 'gr' 4) '1' 5) false 6) false 7) '1200' 한글, 일본어 등의 멀티바이트 경우에는 mb_substr를 쓸 것!!! 2010. 11. 15. 이전 1 다음