UTILITY
php_at_least()
Check whether the running PHP version meets a minimum.
Signature
bool php_at_least(int $major, int $minor = 0, int $patch = 0)
Example
php_at_least(8, 5); // true on PHP 8.5+Available from: 1.5.0