PHPverse 2025

Voting

: four minus two?
(Example: nine)

The Note You're Voting On

alvaro at demogracia dot com
14 years ago
Don't forget this is a single-byte function: in Unicode strings it'll provide incoherent results as soon as both strings differ only in case. There doesn't seem to exist a built-in multi-byte alternative so you need to write your own, taking into account both character encoding and collation.

<< Back to user notes page

To Top