isdigit
- Синтаксис
-
native isdigit(ch);
Переменная | Описание |
---|---|
ch |
Character to test. |
- Описание
- Returns whether a character is numeric.
- Пометка
-
Multi-byte characters will always return false.
- Возвращает
- True if character is numeric, otherwise false.