Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
Is all numbers
Sayian
is their a php function to check if a string is all numbers?
toplay
You can use
ctype_digit()
.
.