On this page本页内容
$toUpper
¶Converts a string to uppercase, returning the result.
$toUpper
has the following syntax:语法如下所示:
The argument can be any expression as long as it resolves to a string. For more information on expressions, see Expressions.有关表达式的详细信息,请参阅表达式。
If the argument resolves to null, $toUpper
returns an empty string ""
.