PHP 8.5.0 Alpha 2 available for testing

Voting

: max(nine, nine)?
(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