Forum PHP 2025

Voting

: three minus three?
(Example: nine)

The Note You're Voting On

eric at themepark dot com
21 years ago
[editors note]
snipbit fixed after comment from Matt Mullenweg

--jm
[/editors note]

so in a nutshell... I believe it works best like this:

<?php
if (version_compare(phpversion(), "4.3.0", ">=")) {
// you're on 4.3.0 or later
} else {
// you're not
}
?>

<< Back to user notes page

To Top