PHP 8.5.0 Alpha 4 available for testing

Voting

: max(one, nine)?
(Example: nine)

The Note You're Voting On

emanuel dot karlsson at rolfsbuss dot se
6 years ago
Finding numbers in strings requires you to cast the number to string first.

strpos("123", 2) !== strpos("123", "2")

<< Back to user notes page

To Top