PHP mb_strtoupper()

1 개요[ | ]

PHP mb_strtoupper()
PHP
Copy
var_dump( mb_strtoupper('hello αω') );
# string(10) "HELLO ΑΩ"

2 같이 보기[ | ]

3 참고[ | ]