Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

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