PEAR_Validate::validState | PEAR_Validate::_validPackageName |
PEAR_Validate | |
PEAR Manual | |
require_once '/Validate.php'; |
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().
Version string
throws no exceptions thrown
final - this method should not be overridden.
This function should be called statically.
PEAR_Validate::validState | PEAR_Validate::_validPackageName |
PEAR_Validate | |
PEAR Manual | |