Answers for "if string is an integer or float numbers only php"

PHP
2

php is variable a number

if(is_numeric($what_am_i)){
	//true
}
Posted by: Guest on September-24-2020

Code answers related to "if string is an integer or float numbers only php"

Browse Popular Code Answers by Language