PHP:获取ICU版本

Is there a vay to get ICU version in PHP? With phpversion() I only managed to get the intl version, but I need to compare the ICU version to workaround some servers that have an older ICU version.

You can use the INTL_ICU_VERSION constant for that. It was added many years ago, though doesn't appear to have been documented.