On this page
Function mb_strtoupper
Make a string uppercase
Package: Cake
Copyright: Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
License: MIT License
Located at Cake/bootstrap.php
  
  Copyright: Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
License: MIT License
Located at Cake/bootstrap.php
mb_strtoupper( string $string string $encoding null )Parameters summary
| string | $string | The string being uppercased. | 
| string | $encoding = null | Character encoding name to use. If it is omitted, internal character encoding is used. | 
Returns
- stringwith all alphabetic characters converted to uppercase.
© 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
 https://api.cakephp.org/2.10/function-mb_strtoupper.html