함수 ucwords()

1 개요[ | ]

ucwords()

2 PHP[ | ]

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

3 같이 보기[ | ]