Return whether a target version (v1) is more advanced than some other reference version (v0). Supports either numeric or string version comparison with version parts separated by periods.
The target version
The reference version
Optional
Additional options which affect the comparison.
Compare only the major version numbers.
Is v1 a more advanced version than v0?
Return whether a target version (v1) is more advanced than some other reference version (v0). Supports either numeric or string version comparison with version parts separated by periods.