-
Franco Fichtner authored
Needs a bit of observation, but as far as I can see the only difference is that is_numeric() will also take int values and return true for them, ctype_digit() will only return true for string values that have digits.
ed81dd30