본문 바로가기

PHP

[PHP]대문자를 소문자로 변경하는 strtolower()함수

php strtolower()함수 echo strtolower('MUNIMNA'); //출력 : muniman


대문자를 소문자로 변경하는 방법 strtolower() 함수를 이용하면 된다.