require_once '/Validate.php';
bool PEAR_Validate::validVersion (string $ver)
bool PEAR_Validate::validVersion
Use this method to test the validity of a version number string. All versions must be testable with PHP's version_compare().
Version string
throws no exceptions thrown
final - this method should not be overridden.
This function should be called statically.