Voting

: seven minus two?
(Example: nine)

The Note You're Voting On

tanguy_barsik at hotmail dot com
8 years ago
for strings, it return true only if float number has a dot

is_numeric( '42.1' )//true
is_numeric( '42,1' )//false

<< Back to user notes page

To Top