ConFoo Montreal 2026: Call for Papers

Voting

: four minus three?
(Example: nine)

The Note You're Voting On

opendb at iamvegan dot net
18 years ago
Something that may trip some folks up, but is useful to mention is that the following version comparison does not work quite as I expected:
version_compare('1.0.1', '1.0pl1', '>')

However, its quite easy to get working:
version_compare('1.0.1', '1.0.0pl1', '>')

<< Back to user notes page

To Top