php strtolower()함수 echo strtolower('MUNIMNA'); //출력 : muniman
대문자를 소문자로 변경하는 방법 strtolower() 함수를 이용하면 된다.
'PHP' 카테고리의 다른 글
[PHP] 문자열 자르는 substr() 함수 (1) | 2018.03.19 |
---|---|
[PHP]br태그를 붙여주는 nl2br (0) | 2018.03.18 |
[PHP]소문자를 대문자로 변환 하는 strtoupper()함수 (0) | 2018.03.18 |
[PHP] 역슬래시 제거 stripslashes()함수 (0) | 2018.03.18 |
[PHP]역슬래시 붙이는 addslashes() 함수 (0) | 2018.03.18 |