PHP strtolower()

1 개요[ | ]

PHP strtolower()
  • 문자열을 모두 소문자로 바꾸는 PHP 함수
echo strtolower( "Hello World!" );
# hello world!

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}