ucfirst
- Синтаксис
-
native ucfirst(string[]);
Переменная | Описание |
---|---|
string |
The string to convert. |
- Описание
- Make a string's first character uppercase.
- Возвращает
- 1 on success, otherwise 0.
native ucfirst(string[]);
Переменная | Описание |
---|---|
string |
The string to convert. |