PHP capitalize()

1 개요[ | ]

PHP capitalize()
<?php
echo ucfirst(strtolower( 'hello world!' ));
# Hello world!
echo ucfirst(strtolower( 'HELLO WORLD!' ));
# Hello world!

2 같이 보기[ | ]

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