PHP - Variables and Data Types
You want to filter an array to keep only numeric values, but some values are strings containing numbers. Which PHP function best helps to check if a value is numeric before filtering?
is_numeric() returns true for numbers and numeric strings.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions