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