함수 ucwords()

Jmnote (토론 | 기여)님의 2023년 9월 17일 (일) 16:52 판 (→‎PHP)

1 개요

ucwords()

2 PHP

echo ucwords('FooBar') . PHP_EOL;        # FooBar
echo ucwords('hello, world!') . PHP_EOL; # Hello, World!

3 같이 보기

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