strtoupper
- Синтаксис
-
native strtoupper(string[]);
Переменная | Описание |
---|---|
string |
The string to convert. |
- Описание
- Converts all chars in string to upper case.
- Возвращает
- Number of bytes written.
native strtoupper(string[]);
Переменная | Описание |
---|---|
string |
The string to convert. |