18.08.2017, 07:13
Large functions, all for nothing.
Although IsNumeric is usually redundant because in most cases you will want to get the value from the string anyway. In which case it is much better to use sscanf directly.
PHP код:
bool:IsNumeric(const string[])
return !sscanf(string, "{f}");