Voting

: min(one, seven)?
(Example: nine)

The Note You're Voting On

sam at wyvern dot non-spammers-remove dot com dot au
21 years ago
Actually, it works to any degree:

<?php
version_compare
('1.2.3.4RC7.7', '1.2.3.4RC7.8')
version_compare('8.2.50.4', '8.2.52.6')
?>

will both give -1 (ie the left is lower than the right).

<< Back to user notes page

To Top