ConFoo Montreal 2026: Call for Papers

Voting

: min(six, five)?
(Example: nine)

The Note You're Voting On

alvaro at demogracia dot com
15 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