IsNumeric
#8

Large functions, all for nothing.
PHP код:
bool:IsNumeric(const string[])
    return !
sscanf(string"{f}"); 
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.
Reply


Messages In This Thread
IsNumeric - by IchNar - 18.08.2017, 05:54
Re: IsNumeric - by Kane - 18.08.2017, 05:59
Re: IsNumeric - by Tibbzz - 18.08.2017, 06:01
Re: IsNumeric - by IchNar - 18.08.2017, 06:07
Re: IsNumeric - by Toroi - 18.08.2017, 06:34
Re: IsNumeric - by Kane - 18.08.2017, 06:44
Re: IsNumeric - by IchNar - 18.08.2017, 07:10
Re: IsNumeric - by Vince - 18.08.2017, 07:13
Re: IsNumeric - by DimaShift - 19.08.2017, 12:49

Forum Jump:


Users browsing this thread: 1 Guest(s)